mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 14:09:19 +00:00
chore: conflicts
This commit is contained in:
@@ -724,18 +724,3 @@ def create_pick_list(source_name, target_doc=None):
|
|||||||
doc.set_item_locations()
|
doc.set_item_locations()
|
||||||
|
|
||||||
return doc
|
return doc
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
|
|
||||||
|
|
||||||
@frappe.whitelist()
|
|
||||||
def make_in_transit_stock_entry(source_name, in_transit_warehouse):
|
|
||||||
ste_doc = make_stock_entry(source_name)
|
|
||||||
ste_doc.add_to_transit = 1
|
|
||||||
ste_doc.to_warehouse = in_transit_warehouse
|
|
||||||
|
|
||||||
for row in ste_doc.items:
|
|
||||||
row.t_warehouse = in_transit_warehouse
|
|
||||||
|
|
||||||
return ste_doc
|
|
||||||
>>>>>>> c09a61f360 (fix: set `from_warehouse` and `to_warehouse` while mapping SE)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user