Code Cleaning #0002022: Utilisation d'un autoloader
This commit is contained in:
parent
7e4bb86959
commit
5e4b39edbe
404 changed files with 255 additions and 1156 deletions
|
|
@ -23,8 +23,6 @@
|
|||
*
|
||||
* @author danydb
|
||||
*/
|
||||
require_once NOALYSS_INCLUDE.'/class/database.class.php';
|
||||
require_once NOALYSS_INCLUDE.'/class/pdf.class.php';
|
||||
|
||||
/**
|
||||
* @brief Strategie class for the print_ledger class
|
||||
|
|
@ -119,12 +117,6 @@ class Print_Ledger extends PDF
|
|||
* if you put them on the top of this file, export_ledger_pdf.php will include the files
|
||||
* but not export_ledger_csv.php
|
||||
*/
|
||||
require_once NOALYSS_INCLUDE.'/class/print_ledger_detail.class.php';
|
||||
require_once NOALYSS_INCLUDE.'/class/print_ledger_simple.class.php';
|
||||
require_once NOALYSS_INCLUDE.'/class/print_ledger_simple_without_vat.class.php';
|
||||
require_once NOALYSS_INCLUDE.'/class/print_ledger_fin.class.php';
|
||||
require_once NOALYSS_INCLUDE.'/class/print_ledger_misc.class.php';
|
||||
require_once NOALYSS_INCLUDE.'/class/print_ledger_detail_item.class.php';
|
||||
|
||||
/**
|
||||
* For PDF output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue