bug 20998 Compte invalide dans la tva
This commit is contained in:
parent
348d08b141
commit
741291e900
1 changed files with 3 additions and 1 deletions
|
|
@ -38,6 +38,8 @@
|
|||
$tva_rate=FormatString($tva_rate);
|
||||
$tva_comment=FormatString($tva_comment);
|
||||
$tva_poste=FormatString($tva_poste);
|
||||
// remove space
|
||||
$tva_poste=str_replace (" ","",$tva_poste);
|
||||
$err=0; // Error code
|
||||
if ( isNumber($tva_id) == 0 ) {
|
||||
$err=1;
|
||||
|
|
@ -255,4 +257,4 @@ if ( ! isset ($_POST['add'])
|
|||
<?php
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue