Changed the interim field in the items table, to be paidfor

The horowhenua librarians wanted a place to store information when a lost
item was paid for. The information is removed if the item is ever returned.
The interim field was a hangover from the previous system and wasnt be used
so I stole it :-)
This commit is contained in:
rangi 2001-05-17 22:36:07 +00:00
parent 2dc62d4bc4
commit 177d7f994e

View file

@ -576,7 +576,7 @@ CREATE TABLE items (
binding decimal(28,6),
itemnotes text,
holdingbranch varchar(4),
interim tinyint(1),
paidfor text,
timestamp timestamp(14),
KEY itembarcodeidx (barcode),
KEY itembinoidx (biblioitemnumber),