From 5e065ee178e087c54ec437d5f38968d6c443d3e2 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 19 Mar 2019 15:14:29 -0400 Subject: [PATCH] Update for new option read option for logo width --- lib/GlmPDFInvoice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/GlmPDFInvoice.php b/lib/GlmPDFInvoice.php index 0814e65..b59b33f 100644 --- a/lib/GlmPDFInvoice.php +++ b/lib/GlmPDFInvoice.php @@ -408,7 +408,7 @@ class GlmPDFInvoice extends Cezpdf $this->ezImage( GLM_MEMBERS_PLUGIN_MEDIA_PATH . '/images/large/' . $this->config['settings']['company_logo'], // image 0, // padding - 130, // width + ( $this->config['settings']['company_logo_width'] ) ? $this->config['settings']['company_logo_width'] : 260, // width 'none', // resize 'left', // justification '', // angle -- 2.17.1