mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 13:24:47 +00:00
[fixes][rename-field-name] drop_ship to is_drop_ship
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user