[fixes to wnf #127

This commit is contained in:
Rushabh Mehta
2013-05-27 18:32:20 +05:30
parent 74560b32c1
commit e05135c8c4
4 changed files with 10 additions and 10 deletions

View File

@@ -8,17 +8,17 @@ wn.module_page["Stock"] = [
items: [
{
label: wn._("Material Request"),
description: wn._("Request Material for Transfer or Purchase."),
description: wn._("Requests for items."),
doctype:"Material Request"
},
{
label: wn._("Stock Entry"),
description: wn._("Transfer stock from one warehouse to another."),
description: wn._("Record item movement."),
doctype:"Stock Entry"
},
{
label: wn._("Delivery Note"),
description: wn._("Delivery (shipment) to customers."),
description: wn._("Shipments to customers."),
doctype:"Delivery Note"
},
{