sukhvir007 / tracmor

Automatically exported from code.google.com/p/tracmor
GNU General Public License v2.0
0 stars 0 forks source link

Inventory controls should not appear if the Inventory module is disabled for the user #67

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Disable the Inventory module for the current user (in the user role)
2. Go to schedule a Shipment or Receipt

What is the expected output? What do you see instead?
Notice the control for 'Inventory to Ship' or 'Inventory to Receive'
appears on the shipment or receipt record,  even though the user does not
have access to Inventory.  Instead the Inventory section should not appear,
 and we should not load the Inventory lookup control.  This will speed up
the page loading as well.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by jsincl...@gmail.com on 11 May 2009 at 4:04

GoogleCodeExporter commented 8 years ago
added checks for the module inventory. all controls created only if the user has
proper rights.

Original comment by eremi...@gmail.com on 11 May 2009 at 4:46