Re: [Koha-devel] koha 3.0.4 + cannot delete extra libraries with their names

2009-12-03 Thread Jesse
2009/12/3 Zico > > > On Fri, Dec 4, 2009 at 2:42 AM, Joe Atzberger wrote: > >> So? The point is that *somewhere* you have keys referencing the branches >> table for that value. That's why you can't delete it. The data could be in >> *any* table w/ a branches foreign key. >> >> > I got it. But

Re: [Koha-devel] koha 3.0.4 + cannot delete extra libraries with their names

2009-12-03 Thread Zico
On Fri, Dec 4, 2009 at 2:42 AM, Joe Atzberger wrote: > So? The point is that *somewhere* you have keys referencing the branches > table for that value. That's why you can't delete it. The data could be in > *any* table w/ a branches foreign key. > > I got it. But, the point is, i don`t have an

Re: [Koha-devel] koha 3.0.4 + cannot delete extra libraries with their names

2009-12-03 Thread Joe Atzberger
So? The point is that *somewhere* you have keys referencing the branches table for that value. That's why you can't delete it. The data could be in *any* table w/ a branches foreign key. --joe On Thu, Dec 3, 2009 at 12:02 PM, Zico wrote: > > > On Thu, Dec 3, 2009 at 9:30 PM, Joe Atzberger w

Re: [Koha-devel] koha 3.0.4 + cannot delete extra libraries with their names

2009-12-03 Thread Zico
On Thu, Dec 3, 2009 at 9:30 PM, Joe Atzberger wrote: > You can't delete a branch that has any items or users (and possibly other > data) associated with it. Edit or delete those first. > Actually, i don`t have any patrons there in this system. Patron is null there. -- Best, Zico

Re: [Koha-devel] koha 3.0.4 + cannot delete extra libraries with their names

2009-12-03 Thread Joe Atzberger
You can't delete a branch that has any items or users (and possibly other data) associated with it. Edit or delete those first. --Joe 2009/12/3 Zico > Hi, i want to delete some extra libraries from my koha system. Then, i > could delete three from GUI; Koha-> Administration-> Libraries & Group

[Koha-devel] koha 3.0.4 + cannot delete extra libraries with their names

2009-12-03 Thread Zico
Hi, i want to delete some extra libraries from my koha system. Then, i could delete three from GUI; Koha-> Administration-> Libraries & Groups. But, there are more two including default "My library". Then i went to mysql an tried to delete those two library names, which are as sub-branch; but, i ca