fix bugs in sales and purchases API.

This commit is contained in:
Ahmed Bouhuolia
2020-08-04 23:00:15 +02:00
parent db28cd2aef
commit ad772cf247
31 changed files with 420 additions and 819 deletions

View File

@@ -6,6 +6,7 @@
"module": "commonjs",
"target": "es5",
"jsx": "react",
"allowJs": true
"allowJs": true,
"esModuleInterop": true,
}
}