Skip to content

Commit

Permalink
Merge pull request #391 from efeone/aumms_27
Browse files Browse the repository at this point in the history
feat: Hiding Fields and precision in manufacturing Request and jewellery job card.
  • Loading branch information
SherinKR authored May 8, 2024
2 parents fb815d1 + 33a8a89 commit fafc094
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,12 +260,13 @@
{
"fieldname": "expected_execution_time",
"fieldtype": "Float",
"label": "Expected Execution Time"
"label": "Expected Execution Time",
"precision": "2"
}
],
"is_submittable": 1,
"links": [],
"modified": "2024-05-07 11:34:51.805182",
"modified": "2024-05-08 09:41:41.588131",
"modified_by": "Administrator",
"module": "AuMMS Manufacturing",
"name": "Jewellery Job Card",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
{
"allow_on_submit": 1,
"default": "0",
"depends_on": "eval:doc.request_from == \"Jewellery Order\"",
"fieldname": "finished",
"fieldtype": "Check",
"label": "Finished",
Expand Down Expand Up @@ -236,6 +237,7 @@
},
{
"default": "0",
"depends_on": "eval:doc.request_from == \"Jewellery Order\"",
"fieldname": "keep_metal_ledger",
"fieldtype": "Check",
"label": "Keep Metal Ledger"
Expand Down Expand Up @@ -278,4 +280,4 @@
"sort_order": "DESC",
"states": [],
"title_field": "title"
}
}

0 comments on commit fafc094

Please sign in to comment.