mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 18:59:08 +00:00
[minor fixes]
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user