From 34ad33bfcb67dcb972670ea8453b734851528e44 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Mon, 14 Jan 2013 14:57:16 +0530 Subject: [PATCH] fix in reconciliation patch --- patches/january_2013/stock_reconciliation_patch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/january_2013/stock_reconciliation_patch.py b/patches/january_2013/stock_reconciliation_patch.py index 12035954f7f..91622e7b445 100644 --- a/patches/january_2013/stock_reconciliation_patch.py +++ b/patches/january_2013/stock_reconciliation_patch.py @@ -58,5 +58,5 @@ def store_stock_reco_json(): content = read_csv_content(content) reconciliation_json = json.dumps(content, separators=(',', ': ')) webnotes.conn.sql("""update `tabStock Reconciliation` - set reconciliation_json=%s where name=%s""", (reconciliation_json, name)) + set reconciliation_json=%s where name=%s""", (reconciliation_json, reco)) \ No newline at end of file