[fixes][rename-field-name] drop_ship to is_drop_ship

This commit is contained in:
Saurabh
2015-10-19 16:45:46 +05:30
parent bd65cb8817
commit 1a9646739a
3 changed files with 5 additions and 5 deletions

View File

@@ -500,7 +500,7 @@ def make_drop_shipment(source_name, for_supplier, target_doc=None):
target.contact_mobile = ""
target.contact_email = ""
target.contact_person = ""
target.drop_ship = 1
target.is_drop_ship = 1
target.run_method("set_missing_values")
target.run_method("calculate_taxes_and_totals")