projects
/
web
/
www.mackinacislandpackage.com.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f34337
)
Update for ticket voucher PDF
author
Steve Sutton
<steve@gaslightmedia.com>
Mon, 26 Jun 2017 14:11:39 +0000
(10:11 -0400)
committer
Steve 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
patch
|
blob
|
history
diff --git
a/classes/class_package.inc
b/classes/class_package.inc
index
f6a9c3e
..
9345c41
100755
(executable)
--- a/
classes/class_package.inc
+++ b/
classes/class_package.inc
@@
-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()