Skip to content

Commit

Permalink
fix: Update no copy for received_qty field (#35965)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepeshgarg007 committed Jul 3, 2023
1 parent e05b33a commit 5448859
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@
"fieldname": "received_qty",
"fieldtype": "Float",
"label": "Received Qty",
"no_copy": 1,
"read_only": 1
},
{
Expand Down Expand Up @@ -903,7 +904,7 @@
"idx": 1,
"istable": 1,
"links": [],
"modified": "2023-04-01 20:08:54.545160",
"modified": "2023-07-02 18:39:41.495723",
"modified_by": "Administrator",
"module": "Accounts",
"name": "Purchase Invoice Item",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@
"fieldname": "received_qty",
"fieldtype": "Float",
"label": "Received Quantity",
"no_copy": 1,
"oldfieldname": "received_qty",
"oldfieldtype": "Currency",
"print_hide": 1,
Expand Down Expand Up @@ -1057,7 +1058,7 @@
"idx": 1,
"istable": 1,
"links": [],
"modified": "2023-03-12 13:37:47.778021",
"modified": "2023-07-02 18:40:48.152637",
"modified_by": "Administrator",
"module": "Stock",
"name": "Purchase Receipt Item",
Expand Down

0 comments on commit 5448859

Please sign in to comment.