mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 05:39:12 +00:00
Merge branch 'master' of github.com:webnotes/erpnext
This commit is contained in:
@@ -400,6 +400,7 @@ def make_installation_note(source_name, target_doclist=None):
|
|||||||
def update_item(obj, target, source_parent):
|
def update_item(obj, target, source_parent):
|
||||||
target.qty = flt(obj.qty) - flt(obj.installed_qty)
|
target.qty = flt(obj.qty) - flt(obj.installed_qty)
|
||||||
target.prevdoc_date = source_parent.posting_date
|
target.prevdoc_date = source_parent.posting_date
|
||||||
|
target.serial_no = obj.serial_no
|
||||||
|
|
||||||
doclist = get_mapped_doclist("Delivery Note", source_name, {
|
doclist = get_mapped_doclist("Delivery Note", source_name, {
|
||||||
"Delivery Note": {
|
"Delivery Note": {
|
||||||
|
|||||||
Reference in New Issue
Block a user