Skip to content

Commit

Permalink
Update purchase_order_item.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bvisible authored Nov 1, 2023
1 parent 29b9a00 commit e513c02
Showing 1 changed file with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"fields": [
{
"bold": 1,
"columns": 2,
"columns": 1,
"fieldname": "item_code",
"fieldtype": "Link",
"in_list_view": 1,
Expand Down Expand Up @@ -149,7 +149,7 @@
{
"allow_on_submit": 1,
"bold": 1,
"columns": 2,
"columns": 1,
"fieldname": "schedule_date",
"fieldtype": "Date",
"in_list_view": 1,
Expand All @@ -174,8 +174,10 @@
"label": "Description"
},
{
"columns": 2,
"fieldname": "description",
"fieldtype": "Text Editor",
"in_list_view": 1,
"label": "Description",
"oldfieldname": "description",
"oldfieldtype": "Small Text",
Expand Down Expand Up @@ -309,7 +311,7 @@
},
{
"bold": 1,
"columns": 2,
"columns": 1,
"fieldname": "rate",
"fieldtype": "Currency",
"in_list_view": 1,
Expand All @@ -319,7 +321,7 @@
"options": "currency"
},
{
"columns": 2,
"columns": 1,
"fieldname": "amount",
"fieldtype": "Currency",
"in_list_view": 1,
Expand Down Expand Up @@ -690,8 +692,10 @@
"print_hide": 1
},
{
"columns": 2,
"fieldname": "item_tax_template",
"fieldtype": "Link",
"in_list_view": 1,
"label": "Item Tax Template",
"options": "Item Tax Template"
},
Expand Down Expand Up @@ -902,7 +906,7 @@
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
"modified": "2023-09-13 16:22:40.825092",
"modified": "2023-11-01 12:03:43.381933",
"modified_by": "Administrator",
"module": "Buying",
"name": "Purchase Order Item",
Expand Down

0 comments on commit e513c02

Please sign in to comment.