TVA_CODE : suggest tva_code + unittest

This commit is contained in:
sparkyx 2024-06-18 11:56:15 +02:00
parent 8af7eb1047
commit 2e9b11932d
5 changed files with 74 additions and 9 deletions

View file

@ -567,6 +567,8 @@ EOF;
}else {
$Res = $cn->exec_sql("select * from v_tva_rate
where
tva_purchase <> '#' and tva_sale <> '#'
order by tva_rate desc");
}
$Max = Database::num_row($Res);