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:
commit
b2e51a5ef4
@ -1940,6 +1940,7 @@ class pdf_cyan extends ModelePDFPropales
|
|||||||
|
|
||||||
if (!empty($conf->global->MAIN_GENERATE_PROPOSALS_WITH_PICTURE) && !empty($this->atleastonephoto)) {
|
if (!empty($conf->global->MAIN_GENERATE_PROPOSALS_WITH_PICTURE) && !empty($this->atleastonephoto)) {
|
||||||
$this->cols['photo']['status'] = true;
|
$this->cols['photo']['status'] = true;
|
||||||
|
$this->cols['photo']['border-left'] = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user