Bug 10572: Add phone to message_transport_types table for new installs
[koha.git] / offline_circ / list.pl
index de129ff..c503948 100755 (executable)
@@ -54,6 +54,7 @@ for (@$operations) {
     }
     $_->{'actionissue'}    = $_->{'action'} eq 'issue';
     $_->{'actionreturn'}   = $_->{'action'} eq 'return';
+    $_->{'actionpayment'}  = $_->{'action'} eq 'payment';
 }
 $template->param(pending_operations => $operations);