2 replies [Last post]
sarmad's picture
Offline
Joined: 10/15/2008
Juice: 47
Was this information Helpful?

I am confused how to implement this.. just want to put a restriction on a particular role not to increment stock for product.. however they can decrement it. will it be implemented somewhere in the workflow?

sarmad's picture
Offline
Joined: 10/15/2008
Juice: 47
Re: Restricting "Role" not to "Increment Stock"

bumping that.. ;(

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: Re: Restricting "Role" not to "Increment Stock"

Simply put... this just isn't possible through any settings. It requires some extra validation on the stock form which requires a small bit of custom code in a module using hook_form_alter().