CCARD : rewrite

This commit is contained in:
sparkyx 2024-08-06 22:13:53 +02:00
parent b5aa321d93
commit 14cc18d9a9
9 changed files with 433 additions and 116 deletions

View file

@ -350,6 +350,8 @@ $path = array(
"check_vatnumber"=>"ajax_check_vatnumber",
// Tax Detail
"tax_detail"=>"ajax_tax_detail"
// card category definition : from CCARD
,"category_card_definition"=>"ajax_category_card_definition"
) ;
if (array_key_exists($op, $path)) {