Rewriting Change class Own by Noalyss_Parameter_Folder

This commit is contained in:
Dany De Bontridder 2018-01-10 10:54:04 +01:00
parent f818183fcf
commit 9090302a33
34 changed files with 54 additions and 53 deletions

View file

@ -338,7 +338,7 @@ if (isset($_REQUEST['bt_html']))
/*
* Ledger ACH or VEN
*/
$own=new Own($cn);
$own=new Noalyss_Parameter_Folder($cn);
require_once NOALYSS_TEMPLATE.'/print_ledger_simple.php';
}