[fix] Warehouse not mandatory for Purchase Invoice or a Sales Invoice without Update Stock

This commit is contained in:
Anand Doshi
2016-02-17 17:14:08 +05:30
parent 9c0983f1b6
commit ed8d9dadfa
2 changed files with 6 additions and 3 deletions

View File

@@ -23,5 +23,5 @@ def get_context(context):
context.top_bar_items = [
{"label": "User Manual", "url": context.docs_base_url + "/user/manual", "right": 1},
{"label": "Videos", "url": context.docs_base_url + "/user/videos", "right": 1},
{"label": "Developer Docs", "url": context.docs_base_url + "/current", "right": 1}
{"label": "API Documentation", "url": context.docs_base_url + "/current", "right": 1}
]