From 3640ad0119b2c207d75b5e411d971d163dd1ae91 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 1 Feb 2019 11:04:26 -0500 Subject: [PATCH] Note on print label type 5161 labels --- lib/GlmPDFLabel.php | 2 ++ models/admin/ajax/createPDFLabels.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lib/GlmPDFLabel.php b/lib/GlmPDFLabel.php index c66647d..8886288 100644 --- a/lib/GlmPDFLabel.php +++ b/lib/GlmPDFLabel.php @@ -43,6 +43,8 @@ class GlmPDFLabel extends Cezpdf /** * createPdf * + * Printing for Avery 5161 labels. + * * @param $invoices array Invoices is an array of billing invoices. * * @return mixed diff --git a/models/admin/ajax/createPDFLabels.php b/models/admin/ajax/createPDFLabels.php index dbcc961..fc00f47 100644 --- a/models/admin/ajax/createPDFLabels.php +++ b/models/admin/ajax/createPDFLabels.php @@ -31,6 +31,8 @@ require_once GLM_MEMBERS_BILLING_PLUGIN_PATH . '/lib/GlmPDFLabel.php'; * To add another model under models/admin/ajax all you need to do is create it and add it to the * setup/validActions.php file. * + * Printing for Avery 5161 labels. + * */ /** -- 2.17.1