Replace pdf_variables with updated

This commit is contained in:
Benjamin Beganović 2021-09-24 11:34:03 +02:00
parent 6ca46a97e1
commit b8f670d592

View File

@ -71,6 +71,8 @@ trait DesignHelpers
$variables[$property] = $value; $variables[$property] = $value;
} }
$this->context['pdf_variables'] = $variables;
} }
/** /**