Merge pull request #23419 from atm-jpb/fix_border_left_photo

FIX : add border left on image product when conf activated
This commit is contained in:
Laurent Destailleur 2023-01-07 10:28:47 +01:00 committed by GitHub
commit b2e51a5ef4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1940,6 +1940,7 @@ class pdf_cyan extends ModelePDFPropales
if (!empty($conf->global->MAIN_GENERATE_PROPOSALS_WITH_PICTURE) && !empty($this->atleastonephoto)) {
$this->cols['photo']['status'] = true;
$this->cols['photo']['border-left'] = true;
}