Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.5
-
Fix Version/s: 4.5
-
Component/s: Core CiviCRM
-
Labels:
Description
Add a new PDF format from setting http://civicrm45/civicrm/admin/pdfFormats?reset=1&action=browse
After saving, these notices are displayed on the browse page:
• Notice: Undefined index: orientation in CRM_Core_BAO_PdfFormat->savePdfFormat() (line 364 of /Users/dgg/git/crm_v4.5/CRM/Core/BAO/PdfFormat.php).
• Notice: Undefined index: metric in CRM_Core_BAO_PdfFormat->savePdfFormat() (line 364 of /Users/dgg/git/crm_v4.5/CRM/Core/BAO/PdfFormat.php).
• Notice: Undefined index: margin_top in CRM_Core_BAO_PdfFormat->savePdfFormat() (line 364 of /Users/dgg/git/crm_v4.5/CRM/Core/BAO/PdfFormat.php).
• Notice: Undefined index: margin_bottom in CRM_Core_BAO_PdfFormat->savePdfFormat() (line 364 of /Users/dgg/git/crm_v4.5/CRM/Core/BAO/PdfFormat.php).
• Notice: Undefined index: margin_left in CRM_Core_BAO_PdfFormat->savePdfFormat() (line 364 of /Users/dgg/git/crm_v4.5/CRM/Core/BAO/PdfFormat.php).
• Notice: Undefined index: margin_right in CRM_Core_BAO_PdfFormat->savePdfFormat() (line 364 of /Users/dgg/git/crm_v4.5/CRM/Core/BAO/PdfFormat.php).
•
Attachments
Issue Links
- is supplemented by
-
CRM-14705 notice errors
- Done/Fixed