update carton and add staff name
This commit is contained in:
@@ -79,8 +79,13 @@ const shipment_courier_dropoff = "Courier drop off";
|
||||
//Carton types
|
||||
const carton_from_packages = "From packages";
|
||||
const carton_from_shipments = "From shipments";
|
||||
const carton_mix_box = "Mix carton";
|
||||
const carton_mix_carton = "Mix carton";
|
||||
const carton_small_bag = "Small bag";
|
||||
const carton_mix_box = "Mix box";
|
||||
|
||||
//Mix types
|
||||
const mix_delivery = "Mix Delivery";
|
||||
const mix_pickup = "Mix Pickup";
|
||||
|
||||
//Carton status
|
||||
const carton_packed_status = "packed";
|
||||
|
||||
Reference in New Issue
Block a user