diff --git a/htdocs/expensereport/payment/payment.php b/htdocs/expensereport/payment/payment.php index cda372317ab..d95edae6450 100644 --- a/htdocs/expensereport/payment/payment.php +++ b/htdocs/expensereport/payment/payment.php @@ -289,10 +289,10 @@ if ($action == 'create' || empty($action)) print '
| '.$langs->trans("Amount").' | '; - print ''.$langs->trans("AlreadyPaid").' | '; - print ''.$langs->trans("RemainderToPay").' | '; - print ''.$langs->trans("Amount").' | '; + print ''.$langs->trans("Amount").' | '; + print ''.$langs->trans("AlreadyPaid").' | '; + print ''.$langs->trans("RemainderToPay").' | '; + print ''.$langs->trans("Amount").' | '; print "||||
| '.price($objp->total_ttc)." | "; - print ''.price($sumpaid)." | "; - print ''.price($objp->total_ttc - $sumpaid)." | "; - print ''; + print ' | '.price($objp->total_ttc)." | "; + print ''.price($sumpaid)." | "; + print ''.price($objp->total_ttc - $sumpaid)." | "; + print ''; if ($sumpaid < $objp->total_ttc) { $namef = "amount_".$objp->id; @@ -335,11 +335,11 @@ if ($action == 'create' || empty($action)) { // Print total print ' | ||||
| '.$langs->trans("Total").': | '; - print "".price($total_ttc)." | "; - print "".price($totalrecu)." | "; - print "".price($total_ttc - $totalrecu)." | "; - print ''; + print ' | '.$langs->trans("Total").': | '; + print ''.price($total_ttc).' | '; + print ''.price($totalrecu).' | '; + print ''.price($total_ttc - $totalrecu).' | '; + print ''; print " | ||