Merge branch '9.0' of git@github.com:Dolibarr/dolibarr.git into develop

This commit is contained in:
Laurent Destailleur 2019-02-08 12:57:50 +01:00
commit 8760b1e592
2 changed files with 4 additions and 2 deletions

View File

@ -925,7 +925,9 @@ class pdf_crabe extends ModelePDFFactures
// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps
/**
* @param PDF $pdf Object PDF
* Function _tableau_versements_header
*
* @param TCPDF $pdf Object PDF
* @param Facture $object Object invoice
* @param Translate $outputlangs Object langs for output
* @param int $default_font_size Font size

View File

@ -624,7 +624,7 @@ if ($action == 'create' || $action == 'confirm_paiement' || $action == 'add_paie
print '<td align="right">'.price($objp->am);
if ($creditnotes) print '+'.price($creditnotes);
if ($deposits) print '+'.price($deposits);
if ($deposits) print '+'.price($deposits);
print '</td>';
print '<td align="right">'.price($remaintopay).'</td>';