diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2026-02-04 14:55:41 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2026-02-04 14:55:41 +0700 |
| commit | a2c7bb058471cf7420ad70a578181dbe0d2884ac (patch) | |
| tree | 9247119d0338f14a732e9ec64a527ec1d2c5ae15 | |
| parent | 6c3914de2308cd1f7ecefb238eea525a384c2fe2 (diff) | |
push
| -rw-r--r-- | fixco_custom/views/shipment_group.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fixco_custom/views/shipment_group.xml b/fixco_custom/views/shipment_group.xml index d299603..da87f40 100644 --- a/fixco_custom/views/shipment_group.xml +++ b/fixco_custom/views/shipment_group.xml @@ -7,7 +7,7 @@ <tree default_order="create_date desc"> <field name="number"/> <field name="total_line" readonly="1"/> - <field name="shipment_method" readonly="1"/> + <field name="shipment_methods" readonly="1"/> </tree> </field> </record> |
