|
Lines 152-160
foreach my $item (@{$items}) {
Link Here
|
| 152 |
text_wrap_cols => 30, #FIXME: hardcoded, |
152 |
text_wrap_cols => 30, #FIXME: hardcoded, |
| 153 |
); |
153 |
); |
| 154 |
|
154 |
|
| 155 |
$patron_card->draw_guide_box($pdf) if $layout_xml->{'guide_box'}; |
155 |
$patron_card->draw_guide_box($pdf) if $print_layout_xml->{'guide_box'}; |
| 156 |
$patron_card->draw_guide_grid($pdf) if $layout_xml->{'guide_grid'}; |
156 |
$patron_card->draw_guide_grid($pdf) if $print_layout_xml->{'guide_grid'}; |
| 157 |
$patron_card->draw_barcode($pdf) if $layout_xml->{'barcode'}; |
157 |
$patron_card->draw_barcode($pdf) if $print_layout_xml->{'barcode'}; |
| 158 |
|
158 |
|
| 159 |
# Do image foo and place binary image data into layout hash |
159 |
# Do image foo and place binary image data into layout hash |
| 160 |
my $image_data = {}; |
160 |
my $image_data = {}; |
| 161 |
- |
|
|