Bugfix sur le champ distributeur
This commit is contained in:
parent
e5ee158187
commit
0cfb05cea3
@ -109,7 +109,7 @@ if ( $resql )
|
||||
while ($rows = $db->fetch_row($resqls))
|
||||
{
|
||||
$sqlu = "UPDATE ".MAIN_DB_PREFIX."telephonie_facture_consol";
|
||||
$sqlu .= " SET distri='".$paye[$rows[0]]."'";
|
||||
$sqlu .= " SET distri='".$rows[0]."'";
|
||||
$sqlu .= " WHERE ligne = '$row[2]'";
|
||||
if (! $resqlu = $db->query($sqlu))
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user