add border left on image product when conf activated
This commit is contained in:
parent
cbfbb88a84
commit
9a755d8d50
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user