[Koha] What goes into the SQL tables for running KOHA?

Chris Cormack chris at katipo.co.nz
Thu Feb 28 12:05:17 NZDT 2002


On Thu, 2002-02-28 at 09:47, Michael Joyner wrote:
> what about that branch printer thingy it asks me?
> 

Ahh the old branch printer thingy :-)

Pop into the printer table something like
insert into printer (printername,printqueue) values ('No
Printer','nulllp');

And in the branch table try
insert into branches (branchcode,branchname) values ('T','Test');

Chris
-- 
Chris Cormack                                               Programmer
025 500 789                                  Katipo Communications Ltd
chris at katipo.co.nz                                    www.katipo.co.nz




More information about the Koha mailing list