forgot ";"

This commit is contained in:
Pierre Ardoin 2020-03-17 10:08:18 +01:00 committed by GitHub
parent 564f412957
commit 26f6f04486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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']))