mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
chore: remove 'repost_required' from purchase invoice
This commit is contained in:
@@ -170,7 +170,6 @@
|
|||||||
"against_expense_account",
|
"against_expense_account",
|
||||||
"column_break_63",
|
"column_break_63",
|
||||||
"unrealized_profit_loss_account",
|
"unrealized_profit_loss_account",
|
||||||
"repost_required",
|
|
||||||
"subscription_section",
|
"subscription_section",
|
||||||
"subscription",
|
"subscription",
|
||||||
"auto_repeat",
|
"auto_repeat",
|
||||||
@@ -1604,15 +1603,6 @@
|
|||||||
"fieldtype": "Check",
|
"fieldtype": "Check",
|
||||||
"label": "Use Company Default Round Off Cost Center"
|
"label": "Use Company Default Round Off Cost Center"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"default": "0",
|
|
||||||
"fieldname": "repost_required",
|
|
||||||
"fieldtype": "Check",
|
|
||||||
"hidden": 1,
|
|
||||||
"label": "Repost Required",
|
|
||||||
"options": "Account",
|
|
||||||
"read_only": 1
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"default": "0",
|
"default": "0",
|
||||||
"fieldname": "use_transaction_date_exchange_rate",
|
"fieldname": "use_transaction_date_exchange_rate",
|
||||||
@@ -1640,7 +1630,7 @@
|
|||||||
"idx": 204,
|
"idx": 204,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2024-04-11 11:28:42.802211",
|
"modified": "2024-07-18 15:31:49.488566",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "Purchase Invoice",
|
"name": "Purchase Invoice",
|
||||||
|
|||||||
@@ -159,7 +159,6 @@ class PurchaseInvoice(BuyingController):
|
|||||||
rejected_warehouse: DF.Link | None
|
rejected_warehouse: DF.Link | None
|
||||||
release_date: DF.Date | None
|
release_date: DF.Date | None
|
||||||
remarks: DF.SmallText | None
|
remarks: DF.SmallText | None
|
||||||
repost_required: DF.Check
|
|
||||||
represents_company: DF.Link | None
|
represents_company: DF.Link | None
|
||||||
return_against: DF.Link | None
|
return_against: DF.Link | None
|
||||||
rounded_total: DF.Currency
|
rounded_total: DF.Currency
|
||||||
|
|||||||
Reference in New Issue
Block a user