Merge branch 'master' of github.com:webnotes/erpnext
This commit is contained in:
commit
aa6f939b86
@ -214,4 +214,5 @@ patch_list = [
|
|||||||
"patches.march_2013.p04_pos_update_stock_check",
|
"patches.march_2013.p04_pos_update_stock_check",
|
||||||
"patches.march_2013.p05_payment_reconciliation",
|
"patches.march_2013.p05_payment_reconciliation",
|
||||||
"patches.march_2013.p06_remove_sales_purchase_return_tool",
|
"patches.march_2013.p06_remove_sales_purchase_return_tool",
|
||||||
|
"execute:webnotes.bean('Global Defaults').save()"
|
||||||
]
|
]
|
||||||
@ -43,6 +43,7 @@ keydict = {
|
|||||||
'maintain_same_rate' : 'maintain_same_rate',
|
'maintain_same_rate' : 'maintain_same_rate',
|
||||||
'session_expiry': 'session_expiry',
|
'session_expiry': 'session_expiry',
|
||||||
'disable_rounded_total': 'disable_rounded_total',
|
'disable_rounded_total': 'disable_rounded_total',
|
||||||
|
"update_stock": "update_stock",
|
||||||
}
|
}
|
||||||
|
|
||||||
class DocType:
|
class DocType:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user