We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29282a8 commit 6246a9aCopy full SHA for 6246a9a
1 file changed
erpnext/stock/get_item_details.py
@@ -1031,6 +1031,7 @@ def insert_item_price(args):
1031
currency=args.currency,
1032
uom=args.stock_uom,
1033
price_list=args.price_list,
1034
+ valid_from=transaction_date,
1035
)
1036
item_price.insert()
1037
frappe.msgprint(
@@ -1055,6 +1056,7 @@ def insert_item_price(args):
1055
1056
"currency": args.currency,
1057
"price_list_rate": price_list_rate,
1058
"uom": args.stock_uom,
1059
+ "valid_from": transaction_date,
1060
}
1061
1062
0 commit comments