Skip to content

Commit

Permalink
fix: allow on submit for child table fields
Browse files Browse the repository at this point in the history
(cherry picked from commit 5fae2f6)

# Conflicts:
#	erpnext/accounts/doctype/purchase_invoice_item/purchase_invoice_item.json
  • Loading branch information
GursheenK authored and mergify[bot] committed Nov 27, 2023
1 parent 6a3c3b4 commit ac7615a
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -498,13 +498,15 @@
"fieldtype": "Column Break"
},
{
"allow_on_submit": 1,
"fieldname": "project",
"fieldtype": "Link",
"label": "Project",
"options": "Project",
"print_hide": 1
},
{
"allow_on_submit": 1,
"default": ":Company",
"depends_on": "eval:!doc.is_fixed_asset",
"fieldname": "cost_center",
Expand Down Expand Up @@ -916,7 +918,11 @@
"idx": 1,
"istable": 1,
"links": [],
<<<<<<< HEAD
"modified": "2023-11-14 18:33:48.547297",
=======
"modified": "2023-11-13 20:26:18.329983",
>>>>>>> 5fae2f6d57 (fix: allow on submit for child table fields)
"modified_by": "Administrator",
"module": "Accounts",
"name": "Purchase Invoice Item",
Expand Down

0 comments on commit ac7615a

Please sign in to comment.