Upgrade pour Garradin 1.0
This commit is contained in:
parent
9c52dc8b4e
commit
3001646e37
29 changed files with 860 additions and 828 deletions
|
|
@ -2,6 +2,11 @@
|
|||
|
||||
namespace Garradin;
|
||||
|
||||
define('DEVIS', 0);
|
||||
define('FACT', 1);
|
||||
define('CERFA', 2);
|
||||
define('COTIS', 3);
|
||||
|
||||
use Garradin\Plugin\Facturation\Facture;
|
||||
use Garradin\Plugin\Facturation\Client;
|
||||
use Garradin\Plugin\Facturation\GenDon;
|
||||
|
|
@ -9,4 +14,6 @@ use Garradin\Plugin\Facturation\GenDon;
|
|||
$client = new Client;
|
||||
$facture = new Facture;
|
||||
|
||||
$identite = (string) Config::getInstance()->get('champ_identite');
|
||||
$tpl->assign('f_obj', $facture);
|
||||
|
||||
$identite = (string) Config::getInstance()->get('champ_identite');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue