Removed scm inventory from add inventory dropdown

This commit is contained in:
Michael Abashian
2017-04-20 15:39:31 -04:00
committed by Jared Tabor
parent cca8f13a2f
commit 78ff5f5301

View File

@@ -79,12 +79,6 @@ export default ['i18n', function(i18n) {
optionSref: 'inventories.addSmartInventory', optionSref: 'inventories.addSmartInventory',
//TODO: this should have its own permission //TODO: this should have its own permission
ngShow: 'canAddInventory' ngShow: 'canAddInventory'
},
{
optionContent: i18n._('SCM Inventory'),
optionSref: 'inventories.addSCMInventory',
//TODO: this should have its own permission
ngShow: 'canAddInventory'
} }
], ],
ngShow: 'canAddInventory || canAddSmartInventory || canAddSCMInventory' ngShow: 'canAddInventory || canAddSmartInventory || canAddSCMInventory'