Skip to content

Commit

Permalink
chore: remove unwanted field
Browse files Browse the repository at this point in the history
  • Loading branch information
ruthra-kumar committed Jan 13, 2025
1 parent 60310b8 commit 6b123f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
12 changes: 2 additions & 10 deletions erpnext/accounts/doctype/accounts_settings/accounts_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,9 @@
"stale_days",
"section_break_jpd0",
"auto_reconcile_payments",
"exchange_gain_loss_posting_date",
"column_break_resa",
"auto_reconciliation_job_trigger",
"reconciliation_queue_size",
"column_break_resa",
"invoicing_settings_tab",
"accounts_transactions_settings_section",
"over_billing_allowance",
Expand Down Expand Up @@ -499,13 +498,6 @@
"fieldname": "column_break_yuug",
"fieldtype": "Column Break"
},
{
"default": "Payment",
"fieldname": "exchange_gain_loss_posting_date",
"fieldtype": "Select",
"label": "Posting Date Inheritance for Exchange Gain / Loss",
"options": "Invoice\nPayment"
},
{
"fieldname": "column_break_resa",
"fieldtype": "Column Break"
Expand All @@ -530,7 +522,7 @@
"index_web_pages_for_search": 1,
"issingle": 1,
"links": [],
"modified": "2025-01-13 17:25:24.690593",
"modified": "2025-01-13 17:38:39.661320",
"modified_by": "Administrator",
"module": "Accounts",
"name": "Accounts Settings",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ class AccountsSettings(Document):
enable_fuzzy_matching: DF.Check
enable_immutable_ledger: DF.Check
enable_party_matching: DF.Check
exchange_gain_loss_posting_date: DF.Literal["Invoice", "Payment"]
frozen_accounts_modifier: DF.Link | None
general_ledger_remarks_length: DF.Int
ignore_account_closing_balance: DF.Check
Expand Down

0 comments on commit 6b123f1

Please sign in to comment.