Show Tables

Please select the category you would like to view:

<& $print_table &>

<%args> $select_table => '' $print_table => 'blank.html' $action => '' $recieved => '' <%init> if ($select_table =~ /journal/){ $print_table = 'show_journal.html'; } elsif ($select_table =~ /vendor/){ $print_table = 'show_vendor.html'; } elsif ($select_table =~ /publisher/){ $print_table = 'show_publisher.html'; } elsif ($select_table =~ /overdue/){ $print_table = 'show_overdue.html'; } elsif ($recieved) { my $row = periodicals::issue->retrieve($recieved); $row->status("1"); $row->update(); $print_table = 'show_unrecieved.html'; } #my $issue4 = periodicals::issue->retrieve(4); #$issue4->status("0"); #$issue4->update();