2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-11 15:51:03 +00:00

fix last v3 patch

This commit is contained in:
Pratik Vyas 2014-10-16 12:43:48 +05:30
parent 4463c9f88b
commit 3d9875bf31

View File

@ -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='.'):