[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

@@ -107,6 +107,10 @@ wn.module_page["Buying"] = [
"label":wn._("Item-wise Purchase History"),
route: "query-report/Item-wise Purchase History",
},
{
"label":wn._("Purchase In Transit"),
route: "query-report/Purchase In Transit",
},
]
}
]