mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 03:09:09 +00:00
item-wise price list rate, editable report
This commit is contained in:
@@ -52,8 +52,7 @@ def get_stock_ledger_entries(filters):
|
||||
query = """select item_code, voucher_type, voucher_no,
|
||||
voucher_detail_no, posting_date, posting_time, stock_value,
|
||||
warehouse, actual_qty as qty
|
||||
from `tabStock Ledger Entry`
|
||||
where ifnull(`is_cancelled`, 'No') = No'"""
|
||||
from `tabStock Ledger Entry`"""
|
||||
|
||||
if filters.get("company"):
|
||||
query += """ and company=%(company)s"""
|
||||
|
||||
Reference in New Issue
Block a user