Skip to content

Commit

Permalink
fix(ux): make PI rate field read-only having PR ref
Browse files Browse the repository at this point in the history
  • Loading branch information
s-aga-r committed Nov 30, 2023
1 parent ae294ee commit 3d4156c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@
"oldfieldname": "import_rate",
"oldfieldtype": "Currency",
"options": "currency",
"read_only_depends_on": "eval: (!parent.is_return && doc.purchase_receipt && doc.pr_detail)",
"reqd": 1
},
{
Expand Down Expand Up @@ -918,7 +919,7 @@
"idx": 1,
"istable": 1,
"links": [],
"modified": "2023-11-14 18:33:48.547297",
"modified": "2023-11-30 16:26:05.629780",
"modified_by": "Administrator",
"module": "Accounts",
"name": "Purchase Invoice Item",
Expand Down

0 comments on commit 3d4156c

Please sign in to comment.