mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 23:19:20 +00:00
fixes in stock ledger report
This commit is contained in:
@@ -208,7 +208,7 @@ erpnext.StockLedger = erpnext.StockGridReport.extend({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(me.item_code != me.item_code_default && !me.voucher_no) {
|
if(me.item_code && !me.voucher_no) {
|
||||||
var closing = {
|
var closing = {
|
||||||
item_code: "On " + dateutil.str_to_user(this.to_date),
|
item_code: "On " + dateutil.str_to_user(this.to_date),
|
||||||
balance: (out.length ? out[out.length-1].balance : 0), qty: 0,
|
balance: (out.length ? out[out.length-1].balance : 0), qty: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user