[fix] [minor] fixe in patch
diff --git a/patches/october_2013/fix_is_cancelled_in_sle.py b/patches/october_2013/fix_is_cancelled_in_sle.py
index 050c1e6..cb51b5d 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 @@
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