Fix bugs
This commit is contained in:
parent
34cfa0d92d
commit
a154a562bb
3 changed files with 8 additions and 3 deletions
|
|
@ -66,6 +66,7 @@ echo_debug("ComputeVat $a_fiche $a_quant $a_price");
|
|||
foreach ( $a_fiche as $t=>$el) {
|
||||
echo_debug("t $t e $el");
|
||||
}
|
||||
$r=null;
|
||||
// foreach goods
|
||||
foreach ( $a_fiche as $idx=>$element) {
|
||||
echo_debug ("idx $idx element $element");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue