projects
/
working
/
SIPServer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e603916
)
Create fields to store pending "screen message" and "print line",
author
djfiander
<djfiander>
Wed, 22 Mar 2006 02:08:33 +0000
(
02:08
+0000)
committer
djfiander
<djfiander>
Wed, 22 Mar 2006 02:08:33 +0000
(
02:08
+0000)
initially needed for "Block Patron" messages.
ILS/Patron.pm
patch
|
blob
|
history
diff --git
a/ILS/Patron.pm
b/ILS/Patron.pm
index
4ad6d41
..
df7269b
100644
(file)
--- 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 => [],
},
);