Fix travis

This commit is contained in:
andreubisquerra 2020-11-27 19:45:40 +01:00 committed by GitHub
parent c3bc662675
commit c9c2869eec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -638,8 +638,7 @@ class dolReceiptPrinter extends Printer
$this->printer->text($line->ref.$spaces.$line->qty.' '.str_pad(price($line->total_ttc), 10, ' ', STR_PAD_LEFT)."\n");
$this->printer->text(strip_tags(htmlspecialchars_decode($line->product_label))."\n");
}
else
{
else {
$spacestoadd = $nbcharactbyline - strlen($line->description) - strlen($line->qty) - 10 - 1;
$spaces = str_repeat(' ', $spacestoadd);
$this->printer->text($line->description.$spaces.$line->qty.' '.str_pad(price($line->total_ttc), 10, ' ', STR_PAD_LEFT)."\n");