[fix][report] in item prices
This commit is contained in:
parent
3c6c3cf5ee
commit
21f7623d2e
@ -69,6 +69,7 @@ def get_price_list():
|
|||||||
from `tabItem Price` where docstatus<2""", as_dict=1)
|
from `tabItem Price` where docstatus<2""", as_dict=1)
|
||||||
|
|
||||||
for j in price_list:
|
for j in price_list:
|
||||||
|
if j.price:
|
||||||
if j.selling:
|
if j.selling:
|
||||||
rate.setdefault(j.parent, {}).setdefault("selling", []).append(j.price)
|
rate.setdefault(j.parent, {}).setdefault("selling", []).append(j.price)
|
||||||
if j.buying:
|
if j.buying:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user