[fix] [minor] serial no should be mapper in installation note from delivery note

This commit is contained in:
Nabin Hait 2013-07-25 16:06:22 +05:30
parent 4166c35277
commit 88e3b92242

View File

@ -400,6 +400,7 @@ def make_installation_note(source_name, target_doclist=None):
def update_item(obj, target, source_parent):
target.qty = flt(obj.qty) - flt(obj.installed_qty)
target.prevdoc_date = source_parent.posting_date
target.serial_no = obj.serial_no
doclist = get_mapped_doclist("Delivery Note", source_name, {
"Delivery Note": {