chore: add depr_entry_posting_status in create_asset

This commit is contained in:
anandbaburajan 2023-01-17 00:31:21 +05:30
parent cebb5a42f4
commit 86cf5c89ab

View File

@ -1549,6 +1549,7 @@ def create_asset(**args):
"asset_owner": args.asset_owner or "Company",
"is_existing_asset": args.is_existing_asset or 1,
"asset_quantity": args.get("asset_quantity") or 1,
"depr_entry_posting_status": args.depr_entry_posting_status or "",
}
)