add border left on image product when conf activated

This commit is contained in:
jpb 2023-01-05 10:24:17 +01:00
parent cbfbb88a84
commit 9a755d8d50

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;
}