bugfix
This commit is contained in:
parent
732bd5d47a
commit
bd46a6f156
@ -75,6 +75,7 @@ class mod_commande_opale extends ModeleNumRefCommandes
|
||||
$com='';
|
||||
$sql = "SELECT MAX(ref)";
|
||||
$sql.= " FROM ".MAIN_DB_PREFIX."commande";
|
||||
$sql.= " WHERE ref like 'COM%'";
|
||||
$resql=$db->query($sql);
|
||||
if ($resql)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user