Merge remote-tracking branch 'upstream/4.4' into 4.4-master-2014-08-19-00-06-22
[civicrm-core.git] / CRM / Core / BAO / PdfFormat.php
index 8b99265f6e6bd03096bcf75e162c5073b8769251..96a0f3ae2157064b70dc1484b0d91662ecc84b76 100644 (file)
@@ -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,