Update for ticket voucher PDF
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 26 Jun 2017 14:11:39 +0000 (10:11 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 26 Jun 2017 14:11:39 +0000 (10:11 -0400)
Need the ferry voucher to be index 2 now that the 1 is removed from the
database.

classes/class_package.inc

index f6a9c3e..9345c41 100755 (executable)
@@ -34,7 +34,7 @@ class package extends GLM_TOOLBOX
         $carriage = $this->ticket_members[5].'/'.$this->ticket_members[6];
         $this->pdf_vouchers[6] = $carriage.' Voucher';
         $boat = implode("/", $this->ferry_members );
-        $this->pdf_vouchers[1] = $boat.' Voucher';
+        $this->pdf_vouchers[2] = $boat.' Voucher';
     }
 
     function print_pdf()