fix
This commit is contained in:
parent
cbe23741eb
commit
7bd99c0eee
@ -245,7 +245,6 @@ if ($resql) {
|
|||||||
$solde = 0;
|
$solde = 0;
|
||||||
$tmp = '';
|
$tmp = '';
|
||||||
|
|
||||||
if (empty($obj->lettering_code)) $rowaction++;
|
|
||||||
while ( $obj = $db->fetch_object($resql) ) {
|
while ( $obj = $db->fetch_object($resql) ) {
|
||||||
|
|
||||||
if ($tmp != $obj->lettering_code || empty($tmp)) $tmp = $obj->lettering_code;
|
if ($tmp != $obj->lettering_code || empty($tmp)) $tmp = $obj->lettering_code;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user