From 65454ca0fa64a85dde75e2e4081cb20d6c4ef53c Mon Sep 17 00:00:00 2001 From: djfiander Date: Wed, 22 Mar 2006 02:08:33 +0000 Subject: [PATCH] Create fields to store pending "screen message" and "print line", initially needed for "Block Patron" messages. --- ILS/Patron.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ILS/Patron.pm b/ILS/Patron.pm index 4ad6d41..df7269b 100644 --- a/ILS/Patron.pm +++ b/ILS/Patron.pm @@ -35,6 +35,8 @@ our %patron_db = ( fees => 0, recall_overdue => 0, items_billed => 0, + screen_msg => '', + print_line => '', items => [], }, ); -- 2.11.0