File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 282282 <div class="col-12 col-md-4 nowraponall">
283283 '.($langs->trans("UpcomingPaymentNumber", $key+1)).'
284284 </div>
285-
285+
286286 <!-- Date -->
287287 <div class="col-6 col-md-2">
288288
361361
362362 if ($ nbpaymentmodeok > 0 ) {
363363 print '<table class="centpercent"> ' ;
364- print '<!-- ' .$ companypaymentmodetemp ->id .' --> ' ;
364+ print '<!-- company payment mode id = ' .$ companypaymentmodetemp ->id .' --> ' ;
365365
366366 $ i = 0 ;
367367 foreach ($ arrayofcompanypaymentmode as $ companypaymentmodetemp ) {
372372 print '<tr> ' ;
373373 print '<td colspan="3" class="wordbreak"> ' ;
374374 print '<!-- ' .$ companypaymentmodetemp ->id .' --> ' ;
375- print img_credit_card ($ companypaymentmodetemp ->type_card );
376- print $ langs ->trans ("CreditCard " );
375+ print img_credit_card ($ companypaymentmodetemp ->type_card , ' marginrightonly ' );
376+ print ' <span class="inine-block valignmiddle"> ' . $ langs ->trans ("CreditCard " ). ' </span> ' ;
377377 print '</td> ' ;
378378 print '</tr> ' ;
379379 print '<tr> ' ;
You can’t perform that action at this time.
0 commit comments