From efa94ce1bf092b7b4150aed1ca2ce1611fb7f203 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Wed, 2 Oct 2013 16:40:14 +0530 Subject: [PATCH] [fix] [minor] fixe in patch --- patches/october_2013/fix_is_cancelled_in_sle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/october_2013/fix_is_cancelled_in_sle.py b/patches/october_2013/fix_is_cancelled_in_sle.py index 050c1e68cd1..cb51b5d7ca1 100644 --- a/patches/october_2013/fix_is_cancelled_in_sle.py +++ b/patches/october_2013/fix_is_cancelled_in_sle.py @@ -10,4 +10,4 @@ def execute(): webnotes.conn.sql("""update tabBin b set b.stock_uom = (select i.stock_uom from tabItem i where i.name = b.item_code) - where b.created_on>='2013-09-01'""") \ No newline at end of file + where b.creation>='2013-09-01'""") \ No newline at end of file