Fix: Typo on patch

This commit is contained in:
Anand Doshi 2014-01-09 11:39:06 +05:30
parent dbf5e54eab
commit 102b417b52

View File

@ -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""")