diff --git a/include/class/acc_ledger_purchase.class.php b/include/class/acc_ledger_purchase.class.php index 253756d8b..7f3f31e63 100644 --- a/include/class/acc_ledger_purchase.class.php +++ b/include/class/acc_ledger_purchase.class.php @@ -19,7 +19,8 @@ // Copyright Author Dany De Bontridder danydb@aevalys.eu -/*!\file +/*! + * \file * \brief class for the purchase, herits from acc_ledger */ require_once NOALYSS_INCLUDE.'/lib/user_common.php'; @@ -35,6 +36,7 @@ require_once NOALYSS_INCLUDE.'/lib/ac_common.php'; class Acc_Ledger_Purchase extends Acc_Ledger { private $payment_operation; /*ledger_type='ACH'; @@ -475,7 +477,8 @@ class Acc_Ledger_Purchase extends Acc_Ledger } } - /*!\brief insert into the database, it calls first the verify function + /*! + * \brief insert into the database, it calls first the verify function * change the value of this->jr_id and this->jr_internal. * It generates the document and save the middle of payment, if 'gen_invoice is set * and e_mp diff --git a/include/template/ledger_detail_ach.php b/include/template/ledger_detail_ach.php index aadb8e91d..9f7397459 100644 --- a/include/template/ledger_detail_ach.php +++ b/include/template/ledger_detail_ach.php @@ -1,6 +1,10 @@