Rajout d'un module pour gérer la TVA intracommunautaire

This commit is contained in:
2020-04-09 13:01:34 +02:00
parent c46b44924b
commit 49011d2df8
379 changed files with 2702 additions and 5197 deletions

View File

@@ -0,0 +1,21 @@
<?php
namespace CustomerVatNumber\Model;
use CustomerVatNumber\Model\Base\CustomerVatNumberQuery as BaseCustomerVatNumberQuery;
/**
* Skeleton subclass for performing query and update operations on the 'customer_vat_number' table.
*
*
*
* You should add additional methods to this class to meet the
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
*/
class CustomerVatNumberQuery extends BaseCustomerVatNumberQuery
{
} // CustomerVatNumberQuery