From c77a1be176f2f15094fd5765890350e6227d6a96 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Thu, 21 May 2020 11:35:32 +0200 Subject: [PATCH] fix comment and add some translation --- htdocs/core/modules/propale/doc/pdf_azur.modules.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/core/modules/propale/doc/pdf_azur.modules.php b/htdocs/core/modules/propale/doc/pdf_azur.modules.php index c285f560678..b5000925672 100644 --- a/htdocs/core/modules/propale/doc/pdf_azur.modules.php +++ b/htdocs/core/modules/propale/doc/pdf_azur.modules.php @@ -1052,11 +1052,11 @@ class pdf_azur extends ModelePDFPropales * Show total to pay * * @param PDF $pdf Object PDF - * @param Facture $object Object invoice - * @param int $deja_regle Montant deja regle - * @param int $posy Position depart + * @param Propal $object Object propal + * @param int $deja_regle Amount already paid + * @param int $posy Start position * @param Translate $outputlangs Objet langs - * @return int Position pour suite + * @return int Position for continuation */ protected function _tableau_tot(&$pdf, $object, $deja_regle, $posy, $outputlangs) { @@ -1068,7 +1068,7 @@ class pdf_azur extends ModelePDFPropales $tab2_hl = 4; $pdf->SetFont('', '', $default_font_size - 1); - // Tableau total + // Total table $col1x = 120; $col2x = 170; if ($this->page_largeur < 210) // To work with US executive format {