@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/dist/account/account.js.map +1 -1
- package/dist/finance-company/finance-company.js +0 -1
- package/dist/finance-company/finance-company.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/account/account.ts +0 -1
- package/src/finance-company/finance-company.ts +0 -1
package/package.json
CHANGED
package/src/account/account.ts
CHANGED
|
@@ -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,
|