[minor fixes]

This commit is contained in:
Saurabh
2015-10-15 17:27:46 +05:30
parent c306b21415
commit 5b7e9a1c94
3 changed files with 4 additions and 2 deletions

View File

@@ -499,6 +499,7 @@ def make_drop_shipment(source_name, target_doc=None):
target.contact_display = ""
target.contact_mobile = ""
target.contact_email = ""
target.contact_person = ""
target.ignore_pricing_rule = 1
target.run_method("set_missing_values")
target.run_method("calculate_taxes_and_totals")