...
This commit is contained in:
@@ -452,7 +452,7 @@ namespace Back.Controllers
|
||||
|
||||
var CompanyID= user?.RolUsers.First().CompanyID;
|
||||
|
||||
if (await _servInvoice.ExistInvoiceByInvoiceID(CompanyID.Value, InvoiceID))
|
||||
if (!await _servInvoice.ExistInvoiceByInvoiceID(CompanyID.Value, InvoiceID))
|
||||
return NotFound();
|
||||
|
||||
// Start the child process.
|
||||
|
Reference in New Issue
Block a user