From 3d9875bf31219508fb4452b4ec173eee40217732 Mon Sep 17 00:00:00 2001 From: Pratik Vyas Date: Thu, 16 Oct 2014 12:43:48 +0530 Subject: [PATCH] fix last v3 patch --- bench/migrate3to4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/migrate3to4.py b/bench/migrate3to4.py index 533897e5..bbec1a50 100644 --- a/bench/migrate3to4.py +++ b/bench/migrate3to4.py @@ -11,7 +11,7 @@ import shutil import subprocess sites_path = os.environ.get('SITES_PATH', 'sites') -last_3_patch = 'patches.1401.fix_planned_qty' +last_3_patch = 'patches.1401.fix_pos_outstanding' def get_frappe(bench='.'):