@silexpert/core 1.2.67 → 1.2.68

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@silexpert/core",
3
- "version": "1.2.67",
3
+ "version": "1.2.68",
4
4
  "description": "Silex Core perform HTTP Request and object binding. Silex core helps developers to retrieve and return formatted object",
5
5
  "homepage": "https://gitlab.compta-clementine.fr/dev/silex-api",
6
6
  "main": "dist/cjs/index.js",
@@ -103,7 +103,7 @@ export function getCerfa3517Century23Payload(
103
103
  );
104
104
 
105
105
  const prestation2Entries = vatEntries.filter((ae) => intracomVat.includes(ae.idVat));
106
- const presta2Accounts = ['604', '61', '62', '607', '651', '601', '602']; // Ajout suite à la demande de Ben x Angelo
106
+ const presta2Accounts = ['604', '61', '62', '607', '651', '601', '602', '606']; // Ajout suite à la demande de Ben x Angelo, 606 Angelo
107
107
  const prestation2Base = setZeroIfIsNegative(getAmountByAccountNumber(prestation2Entries, presta2Accounts, 0, true));
108
108
  const prestation2AmountOfVat = setZeroIfIsNegative(
109
109
  getTaxAmountByAccountNumber(prestation2Entries, presta2Accounts, 0, false, true),