mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 11:39:18 +00:00
frappe/frappe#478 fixes
This commit is contained in:
@@ -336,8 +336,8 @@ class SellingController(StockController):
|
||||
'qty': d.qty,
|
||||
'reserved_qty': reserved_qty_for_main_item,
|
||||
'uom': d.stock_uom,
|
||||
'batch_no': cstr(d.batch_no).strip(),
|
||||
'serial_no': cstr(d.serial_no).strip(),
|
||||
'batch_no': cstr(d.get("batch_no")).strip(),
|
||||
'serial_no': cstr(d.get("serial_no")).strip(),
|
||||
'name': d.name
|
||||
}))
|
||||
return il
|
||||
|
||||
Reference in New Issue
Block a user