update valuation and bin_aqat patch applicable after 01-09-2009 entries
This commit is contained in:
parent
d0da2c2210
commit
fb34564238
@ -1,7 +1,7 @@
|
|||||||
# REMEMBER to update this
|
# REMEMBER to update this
|
||||||
# ========================
|
# ========================
|
||||||
|
|
||||||
last_patch = 366
|
last_patch = 367
|
||||||
|
|
||||||
#-------------------------------------------
|
#-------------------------------------------
|
||||||
|
|
||||||
@ -340,9 +340,9 @@ def execute(patch_no):
|
|||||||
elif patch_no == 365:
|
elif patch_no == 365:
|
||||||
from patches.delivery_billing_status_patch import run_patch
|
from patches.delivery_billing_status_patch import run_patch
|
||||||
run_patch()
|
run_patch()
|
||||||
elif patch_no == 366:
|
elif patch_no == 367:
|
||||||
bin = sql("select name from tabBin")
|
bin = sql("select name from tabBin")
|
||||||
for b in bin:
|
for b in bin:
|
||||||
bobj = get_obj('Bin',b[0])
|
bobj = get_obj('Bin',b[0])
|
||||||
prev_sle = bobj.get_prev_sle(posting_date = '2011-09-15', posting_time = '01:00')
|
prev_sle = bobj.get_prev_sle(posting_date = '2011-09-01', posting_time = '01:00')
|
||||||
bobj.update_item_valuation(posting_date = '2011-09-15', posting_time = '01:00', prev_sle = prev_sle)
|
bobj.update_item_valuation(posting_date = '2011-09-01', posting_time = '01:00', prev_sle = prev_sle)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user