forgot ";"
This commit is contained in:
parent
564f412957
commit
26f6f04486
@ -53,7 +53,7 @@ $socid=GETPOST('socid', 'int');
|
||||
$cost_price=GETPOST('cost_price', 'alpha');
|
||||
$backtopage=GETPOST('backtopage', 'alpha');
|
||||
$error=0;
|
||||
$canmodifyotherentityfournprice = 1
|
||||
$canmodifyotherentityfournprice = 1 ;
|
||||
|
||||
// If socid provided by ajax company selector
|
||||
if (! empty($_REQUEST['search_fourn_id']))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user