mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 23:00:34 +00:00
feat: wip migrate to nestjs
This commit is contained in:
@@ -15,7 +15,7 @@ export class ItemEntriesTaxTransactions {
|
||||
* @param model
|
||||
* @returns
|
||||
*/
|
||||
public assocTaxAmountWithheldFromEntries(model: any) {
|
||||
public assocTaxAmountWithheldFromEntries = (model: any) => {
|
||||
const entries = model.entries.map((entry) =>
|
||||
this.itemEntryModel.fromJson(entry),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user