FIX order.

042785
This commit is contained in:
Juanjo Garcia 2021-01-28 10:52:28 +01:00
parent f105bc3b03
commit 12f5415a4a
1 changed files with 3 additions and 2 deletions

View File

@ -9,9 +9,10 @@ index e8a01ec..8e3b5d9 100644
- ('supplier', "Supplier"),
('customer', "Customer"),
('lost_found', "Lost and Found"),
('storage', "Storage"),
+ ('supplier', "Supplier"),
- ('storage', "Storage"),
('production', "Production"),
+ ('storage', "Storage"),
+ ('supplier', "Supplier"),
], "Lot Required",
+ sort=False,
help='The type of location for which lot is required.',