[report] purchase in transit in new style

This commit is contained in:
Nabin Hait
2013-05-06 12:24:27 +05:30
parent e23d2a35c4
commit 52f7b6daf8
4 changed files with 30 additions and 0 deletions

View File

@@ -197,6 +197,10 @@ wn.module_page["Stock"] = [
route: "query-report/Item-Wise Price List",
doctype: "Item"
},
{
"label":wn._("Purchase In Transit"),
route: "query-report/Purchase In Transit",
},
]
}
]