Cleaning code : TVA rewritten

This commit is contained in:
sparkyx 2022-12-18 00:31:29 +01:00
parent 12a1f8a516
commit 9407c2ec7b
3 changed files with 113 additions and 111 deletions

View file

@ -31,7 +31,7 @@
* @class Tva_rate_SQL
* @brief abstract of the table public.tva_rate
*/
class Tva_rate_SQL extends Table_Data_SQL
class Tva_Rate_SQL extends Table_Data_SQL
{
function __construct(DatabaseCore $p_cn, $p_id=-1)