Update pdf_eratosthene.modules.php

This commit is contained in:
Frédéric FRANCE 2018-10-24 08:18:21 +02:00 committed by GitHub
parent 2a6478a2c4
commit 4747e93e39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -714,7 +714,7 @@ class pdf_eratosthene extends ModelePDFCommandes
} }
} }
/** phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps /**
* Show payments table * Show payments table
* *
* @param TCPDF $pdf Object PDF * @param TCPDF $pdf Object PDF
@ -725,12 +725,10 @@ class pdf_eratosthene extends ModelePDFCommandes
*/ */
private function drawPaymentsTable(&$pdf, $object, $posy, $outputlangs) private function drawPaymentsTable(&$pdf, $object, $posy, $outputlangs)
{ {
// phpcs:enable
} }
/** phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps /**
* Show miscellaneous information (payment mode, payment term, ...) * Show miscellaneous information (payment mode, payment term, ...)
* *
* @param TCPDF $pdf Object PDF * @param TCPDF $pdf Object PDF
@ -741,7 +739,6 @@ class pdf_eratosthene extends ModelePDFCommandes
*/ */
private function drawInfoTable(&$pdf, $object, $posy, $outputlangs) private function drawInfoTable(&$pdf, $object, $posy, $outputlangs)
{ {
// phpcs:enable
global $conf; global $conf;
$default_font_size = pdf_getPDFFontSize($outputlangs); $default_font_size = pdf_getPDFFontSize($outputlangs);
@ -917,7 +914,7 @@ class pdf_eratosthene extends ModelePDFCommandes
} }
/** phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps /**
* Show total to pay * Show total to pay
* *
* @param TCPDF $pdf Object PDF * @param TCPDF $pdf Object PDF
@ -929,7 +926,6 @@ class pdf_eratosthene extends ModelePDFCommandes
*/ */
private function drawTotalTable(&$pdf, $object, $deja_regle, $posy, $outputlangs) private function drawTotalTable(&$pdf, $object, $deja_regle, $posy, $outputlangs)
{ {
// phpcs:enable
global $conf,$mysoc; global $conf,$mysoc;
$default_font_size = pdf_getPDFFontSize($outputlangs); $default_font_size = pdf_getPDFFontSize($outputlangs);