DJIN#56971 Probleem met bestellen op DVON omgeving
svn path=/Website/branches/v2019.1/; revision=41793
This commit is contained in:
@@ -169,8 +169,10 @@ function AddItem(bes_item_info, aantal, urole, doCheckAmount)
|
||||
var continueAdd = function(objFlex)
|
||||
{
|
||||
if (objFlex)
|
||||
{
|
||||
bes_item_info.auth = (bes_item_info.auth ? bes_item_info.auth : {}); // Als bes_item_info.auth nog niet bestaat dan deze nu alsnog aanmaken.
|
||||
bes_item_info.auth.canWriteBESBOF = (objFlex && objFlex[5] ? objFlex[5].canWriteBESBOF : 0);
|
||||
|
||||
}
|
||||
if (bes_item_info.num_prop > 0 && !objFlex)
|
||||
return; // geen flex ingevuld
|
||||
|
||||
|
||||
Reference in New Issue
Block a user