mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
fix: Move Packed Items table right below the Items table
This commit is contained in:
@@ -55,6 +55,8 @@
|
|||||||
"items_section",
|
"items_section",
|
||||||
"scan_barcode",
|
"scan_barcode",
|
||||||
"items",
|
"items",
|
||||||
|
"packing_list",
|
||||||
|
"packed_items",
|
||||||
"pricing_rule_details",
|
"pricing_rule_details",
|
||||||
"pricing_rules",
|
"pricing_rules",
|
||||||
"section_break_31",
|
"section_break_31",
|
||||||
@@ -101,8 +103,6 @@
|
|||||||
"in_words",
|
"in_words",
|
||||||
"advance_paid",
|
"advance_paid",
|
||||||
"disable_rounded_total",
|
"disable_rounded_total",
|
||||||
"packing_list",
|
|
||||||
"packed_items",
|
|
||||||
"payment_schedule_section",
|
"payment_schedule_section",
|
||||||
"payment_terms_template",
|
"payment_terms_template",
|
||||||
"payment_schedule",
|
"payment_schedule",
|
||||||
@@ -1511,7 +1511,7 @@
|
|||||||
"idx": 105,
|
"idx": 105,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2021-08-17 20:15:26.531553",
|
"modified": "2021-08-27 02:45:54.968867",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Selling",
|
"module": "Selling",
|
||||||
"name": "Sales Order",
|
"name": "Sales Order",
|
||||||
|
|||||||
Reference in New Issue
Block a user