Fourth installment Patron card generation feature
[koha_fer] / labels / label-print-pdf.pl
index cb0939c..d21c193 100755 (executable)
@@ -49,7 +49,7 @@ my $units        = $template->{'units'};
 if ($printingtype eq 'PATCRD') {
     @resultsloop = GetPatronCardItems($batch_id);
 } else {
-    @resultsloop = get_label_items($batch_id);
+    @resultsloop = GetLabelItems($batch_id);
 }
 
 #warn "UNITS $units";