fix: issue in edit payment receive with invoices payment amount chaning.

This commit is contained in:
a.bouhuolia
2020-12-19 17:04:11 +02:00
parent 1a0aad7dc4
commit fb135913bb
8 changed files with 103 additions and 108 deletions

View File

@@ -206,7 +206,7 @@ export default class SaleInvoicesController extends BaseController {
return res.status(200).send({
id: saleInvoiceId,
message: 'The given sale invoice has been published successfully',
message: 'The given sale invoice has been delivered successfully',
});
} catch (error) {
next(error);