[patch] [minor] fix wrong customers in pos

This commit is contained in:
Nabin Hait
2013-10-01 15:20:06 +05:30
parent cde7f829d6
commit 49e71400ac
2 changed files with 23 additions and 0 deletions

View File

@@ -218,4 +218,5 @@ patch_list = [
"execute:webnotes.bean('Style Settings').save() #2013-09-19",
"execute:webnotes.conn.set_value('Accounts Settings', None, 'frozen_accounts_modifier', 'Accounts Manager') # 2013-09-24",
"patches.september_2013.p04_unsubmit_serial_nos",
"patches.september_2013.p05_fix_customer_in_pos",
]