Skip to content

Commit

Permalink
fix: update quantity field to Float in Daily P and L
Browse files Browse the repository at this point in the history
  • Loading branch information
jabir-tridz committed Nov 26, 2024
1 parent 6512592 commit 4209fd0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
{
"columns": 1,
"fieldname": "qty",
"fieldtype": "Int",
"fieldtype": "Float",
"in_list_view": 1,
"label": "Quantity",
"reqd": 1
Expand All @@ -72,7 +72,7 @@
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
"modified": "2023-10-05 17:23:42.710790",
"modified": "2024-11-26 11:22:09.267658",
"modified_by": "Administrator",
"module": "URY Pulse",
"name": "URY Cost Of Goods",
Expand Down

0 comments on commit 4209fd0

Please sign in to comment.