@tomei/finance 0.5.2 → 0.5.3

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": "@tomei/finance",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "NestJS package for finance module",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -255,7 +255,6 @@ export default class Account extends AccountSystemEntity {
255
255
  transaction: dbTransaction,
256
256
  },
257
257
  );
258
- //
259
258
  console.log(data, '<><><><><><><> DATA THAT GETS CREATED <><><><><><><>');
260
259
  }
261
260
 
@@ -456,7 +456,6 @@ export default class FinanceCompany extends ObjectBase {
456
456
  'Finance Company Create Account: After accSystemAccountId Create',
457
457
  );
458
458
 
459
- account.PostedToAccSystemYN = 'Y';
460
459
  console.log('Finance Company Create Account: Before new Account Create');
461
460
  const newAccount = await account.save(
462
461
  this.CompanyId,