Skip to content

Commit

Permalink
feat: add "Duty Tax Fee Type" to Advance Taxes and Charges
Browse files Browse the repository at this point in the history
  • Loading branch information
barredterra committed Sep 26, 2024
1 parent 9bab749 commit 153fedd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"charge_type",
"row_id",
"account_head",
"duty_tax_fee_type",
"col_break_1",
"description",
"included_in_paid_amount",
Expand Down Expand Up @@ -174,12 +175,18 @@
"label": "Account Currency",
"options": "Currency",
"read_only": 1
},
{
"fieldname": "duty_tax_fee_type",
"fieldtype": "Link",
"label": "Duty Tax Fee Type",
"options": "Duty Tax Fee Type"
}
],
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
"modified": "2024-03-27 13:05:58.437605",
"modified": "2024-09-26 19:36:05.874214",
"modified_by": "Administrator",
"module": "Accounts",
"name": "Advance Taxes and Charges",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class AdvanceTaxesandCharges(Document):
cost_center: DF.Link | None
currency: DF.Link | None
description: DF.SmallText
duty_tax_fee_type: DF.Link | None
included_in_paid_amount: DF.Check
parent: DF.Data
parentfield: DF.Data
Expand Down

0 comments on commit 153fedd

Please sign in to comment.