2019-11-02 17:53:27 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
namespace Garradin;
|
|
|
|
|
|
|
|
use Garradin\Plugin\Facturation\Facture;
|
|
|
|
use Garradin\Plugin\Facturation\Client;
|
2020-10-24 05:40:42 +02:00
|
|
|
use Garradin\Plugin\Facturation\GenDon;
|
2019-11-02 17:53:27 +01:00
|
|
|
|
|
|
|
$client = new Client;
|
2019-11-03 17:51:31 +01:00
|
|
|
$facture = new Facture;
|
2020-10-24 09:19:21 +02:00
|
|
|
|
|
|
|
$identite = (string) Config::getInstance()->get('champ_identite');
|