@icure/be-fhc-api 0.4.32 → 0.4.33
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
|
@@ -793,6 +793,9 @@ class EfactMessageReader {
|
|
|
793
793
|
this.log("numero de controle par mutualite", zone400.zones[i++].value);
|
|
794
794
|
const controleMut = zone400.zones[i - 1].value;
|
|
795
795
|
this.log("code d'erreur", zone400.zones[i++].value);
|
|
796
|
+
this.log("signe montant demande compte C", zone400.zones[i++].value);
|
|
797
|
+
this.log("montant demande compte C", zone400.zones[i++].value);
|
|
798
|
+
this.log("code d'erreur", zone400.zones[i++].value);
|
|
796
799
|
this.log("reserve", zone400.zones[i++].value);
|
|
797
800
|
if (zone400.zones.length !== i) {
|
|
798
801
|
throw Error("Zone 400: The parsing is not matching the available number of zones.");
|