Note on print label type
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 1 Feb 2019 16:04:26 +0000 (11:04 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 1 Feb 2019 16:04:26 +0000 (11:04 -0500)
5161 labels

lib/GlmPDFLabel.php
models/admin/ajax/createPDFLabels.php

index c66647d..8886288 100644 (file)
@@ -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
index dbcc961..fc00f47 100644 (file)
@@ -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.
+ *
  */
 
 /**