mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
Fix: Typo on patch
This commit is contained in:
@@ -25,5 +25,5 @@ def execute():
|
|||||||
set ip.buying=pl.buying, ip.selling=pl.selling
|
set ip.buying=pl.buying, ip.selling=pl.selling
|
||||||
where ip.price_list=pl.name""")
|
where ip.price_list=pl.name""")
|
||||||
|
|
||||||
webnotes.conn.sql("""udpate `tabItem Price` set selling=1 where ifnull(selling, 0)=0 and
|
webnotes.conn.sql("""update `tabItem Price` set selling=1 where ifnull(selling, 0)=0 and
|
||||||
ifnull(buying, 0)=0""")
|
ifnull(buying, 0)=0""")
|
||||||
Reference in New Issue
Block a user