Skip to content

Commit

Permalink
Actualizado el dinamic
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoRazorX committed Jul 9, 2023
1 parent db2ecb8 commit 2f3a6c3
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Dinamic/Lib/FacturaProveedorRenumber.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php namespace FacturaScripts\Dinamic\Lib;

/**
* Class created by Core/Base/PluginManager
* @author FacturaScripts <[email protected]>
*/
class FacturaProveedorRenumber extends \FacturaScripts\Core\Lib\FacturaProveedorRenumber
{
}
9 changes: 9 additions & 0 deletions Dinamic/Lib/FiscalNumberValidator.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php namespace FacturaScripts\Dinamic\Lib;

/**
* Class created by Core/Base/PluginManager
* @author FacturaScripts <[email protected]>
*/
class FiscalNumberValidator extends \FacturaScripts\Core\Lib\FiscalNumberValidator
{
}
9 changes: 9 additions & 0 deletions Dinamic/Lib/InvoiceOperation.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php namespace FacturaScripts\Dinamic\Lib;

/**
* Class created by Core/Base/PluginManager
* @author FacturaScripts <[email protected]>
*/
class InvoiceOperation extends \FacturaScripts\Core\Lib\InvoiceOperation
{
}
9 changes: 9 additions & 0 deletions Dinamic/Lib/ProductType.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php namespace FacturaScripts\Dinamic\Lib;

/**
* Class created by Core/Base/PluginManager
* @author FacturaScripts <[email protected]>
*/
class ProductType extends \FacturaScripts\Core\Lib\ProductType
{
}
9 changes: 9 additions & 0 deletions Dinamic/Lib/Vies.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php namespace FacturaScripts\Dinamic\Lib;

/**
* Class created by Core/Base/PluginManager
* @author FacturaScripts <[email protected]>
*/
class Vies extends \FacturaScripts\Core\Lib\Vies
{
}

0 comments on commit 2f3a6c3

Please sign in to comment.