[merge fixes]
This commit is contained in:
@@ -143,7 +143,7 @@ class SellingController(StockController):
|
||||
throw(_("Total allocated percentage for sales team should be 100"))
|
||||
|
||||
def validate_order_type(self):
|
||||
valid_types = ["Sales", "Maintenance", "Shopping Cart"]
|
||||
valid_types = ["Sales", "Maintenance", "Shopping Cart", "Drop Shipment"]
|
||||
if not self.order_type:
|
||||
self.order_type = "Sales"
|
||||
elif self.order_type not in valid_types:
|
||||
|
||||
Reference in New Issue
Block a user