13 lines
764 B
PHP
Executable File
13 lines
764 B
PHP
Executable File
<?php
|
|
$debugMsg .= monDebug (2, [
|
|
'qte postée' => $qte,
|
|
'idLgCde[$i]' => isset($idLgCdeTab[$i]) ? $idLgCdeTab[$i] : 'empty',
|
|
'idPrdTab[$i]' => isset($idPrdTab[$i]) ? $idPrdTab[$i] : 'empty',
|
|
'qteTab[$i]' => isset($qteTab[$i]) ? $qteTab[$i] : 'empty',
|
|
'poidsTab[$i]' => isset($poidsTab[$i]) ? $poidsTab[$i] : 'empty',
|
|
'typeReducTab[$i]' => isset($typeReducLigneTab[$i]) ? $typeReducLigneTab[$i] : 'empty',
|
|
'montantReducLigneTab[$i]' => isset($montantReducLigneTab[$i]) ? $montantReducLigneTab[$i] : 'empty',
|
|
'montantTvaLigneTab[$i]' => isset($montantTvaLigneTab[$i]) ? $montantTvaLigneTab[$i] : 'empty',
|
|
'totTtcLigneTab[$i]' => isset($totTtcLigneTab[$i]) ? $totTtcLigneTab[$i] : 'empty',
|
|
'nbArt' => $nbArt], 'panier.debugLignes.php');
|
|
?>
|