FIX: Accountancy - Fix on bank journal to support subcription

This commit is contained in:
aspangaro 2016-04-24 06:10:15 +02:00
parent 5bfc65676c
commit f5c1406beb

View File

@ -599,6 +599,9 @@ else {
if ($reflabel == '(DonationPayment)') { if ($reflabel == '(DonationPayment)') {
$reflabel = $langs->trans('Donation'); $reflabel = $langs->trans('Donation');
} }
if ($reflabel == '(SubscriptionPayment)') {
$reflabel = $langs->trans('SubscriptionPayment');
}
// Bank // Bank
foreach ( $tabbq[$key] as $k => $mt ) { foreach ( $tabbq[$key] as $k => $mt ) {