Skip to content

Commit

Permalink
Merge pull request #18 from navariltd/staging
Browse files Browse the repository at this point in the history
fix: readonly fields update
  • Loading branch information
muruthigitau authored Oct 24, 2024
2 parents 34e8e15 + dad5d34 commit 7e42a1f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,15 @@
"fieldname": "territory",
"fieldtype": "Link",
"label": "Territory",
"options": "Territory"
"options": "Territory",
"read_only": 1
},
{
"fieldname": "price_list",
"fieldtype": "Link",
"label": "Price List",
"options": "Price List",
"read_only": 1,
"reqd": 1
},
{
Expand Down Expand Up @@ -142,7 +144,7 @@
"index_web_pages_for_search": 1,
"is_submittable": 1,
"links": [],
"modified": "2024-10-22 07:14:32.622588",
"modified": "2024-10-24 13:38:38.351573",
"modified_by": "Administrator",
"module": "Utility Billing",
"name": "Meter Reading",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"delivery_warehouse",
"uom",
"column_break_smgb",
"current_reading",
"previous_reading",
"current_reading",
"consumption",
"section_break_leyq",
"description"
Expand Down Expand Up @@ -93,6 +93,7 @@
"in_preview": 1,
"in_standard_filter": 1,
"label": "Previous Reading",
"read_only": 1,
"reqd": 1
},
{
Expand All @@ -103,6 +104,7 @@
"in_preview": 1,
"in_standard_filter": 1,
"label": "Consumption",
"read_only": 1,
"reqd": 1
},
{
Expand All @@ -119,7 +121,7 @@
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
"modified": "2024-10-22 08:55:19.246976",
"modified": "2024-10-24 13:41:29.433226",
"modified_by": "Administrator",
"module": "Utility Billing",
"name": "Meter Reading Item",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -397,33 +397,33 @@
{
"fieldname": "date_assesed",
"fieldtype": "Date",
"label": "Date"
"label": "Assessed by Date"
},
{
"fieldname": "date_checked",
"fieldtype": "Date",
"label": "Date"
"label": "Checked by Date"
},
{
"fieldname": "date_approved",
"fieldtype": "Date",
"label": "Date"
"label": "Approved by Date"
},
{
"fieldname": "date_verified",
"fieldtype": "Date",
"label": "Date"
"label": "Verified by Date"
},
{
"fieldname": "date_posted",
"fieldtype": "Date",
"label": "Date"
"label": "Posted by Date"
}
],
"index_web_pages_for_search": 1,
"is_submittable": 1,
"links": [],
"modified": "2024-10-21 17:47:29.177488",
"modified": "2024-10-24 13:50:18.316001",
"modified_by": "Administrator",
"module": "Utility Billing",
"name": "Utility Service Request",
Expand Down

0 comments on commit 7e42a1f

Please sign in to comment.