|
Lines 1113-1123
tables:
Link Here
|
| 1113 |
code: RECEIPT |
1113 |
code: RECEIPT |
| 1114 |
branchcode: "" |
1114 |
branchcode: "" |
| 1115 |
name: "Point of sale receipt" |
1115 |
name: "Point of sale receipt" |
| 1116 |
is_html: 0 |
1116 |
is_html: 1 |
| 1117 |
title: "Receipt" |
1117 |
title: "Receipt" |
| 1118 |
message_transport_type: print |
1118 |
message_transport_type: print |
| 1119 |
lang: default |
1119 |
lang: default |
| 1120 |
content: |
1120 |
content: |
|
|
1121 |
- "[% USE KohaDates %]" |
| 1122 |
- "[% USE Branches %]" |
| 1123 |
- "[% USE Price %]" |
| 1121 |
- "[% PROCESS \"accounts.inc\" %]" |
1124 |
- "[% PROCESS \"accounts.inc\" %]" |
| 1122 |
- "<table>" |
1125 |
- "<table>" |
| 1123 |
- "[% IF ( LibraryName ) %]" |
1126 |
- "[% IF ( LibraryName ) %]" |
| 1124 |
- |
|
|