X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FBAO%2FPdfFormat.php;h=96a0f3ae2157064b70dc1484b0d91662ecc84b76;hb=51daafaadd025703b2f8d6e3d27898e3768908f9;hp=8b99265f6e6bd03096bcf75e162c5073b8769251;hpb=b1c21179dffc2cee95b1b39f0c6a5ce5b8574b8e;p=civicrm-core.git diff --git a/CRM/Core/BAO/PdfFormat.php b/CRM/Core/BAO/PdfFormat.php index 8b99265f6e..96a0f3ae21 100644 --- a/CRM/Core/BAO/PdfFormat.php +++ b/CRM/Core/BAO/PdfFormat.php @@ -53,6 +53,11 @@ class CRM_Core_BAO_PdfFormat extends CRM_Core_DAO_OptionValue { 'type' => CRM_Utils_Type::T_STRING, 'default' => 'letter', ), + 'stationery' => array( + 'name' => 'stationery', + 'type' =>CRM_Utils_Type::T_STRING, + 'default' => '', + ), 'orientation' => array( 'name' => 'orientation', 'type' => CRM_Utils_Type::T_STRING,