Re: [Koha-devel] RFC: Koha 3.2 : Mandate item-level circulation rules

2008-10-09 Thread Frederic Demians
> 1: the item-level_itypes system preference be removed. > 2: biblioitems.itemtype be renamed to biblioitems.default_itemtype > 3: items.itype be renamed to items.itemtype > 4: all circulation parameters will be determined by items.itemtype. > 5: AddItem and ModItem will automatically fill items

Re: [Koha-devel] RFC: Koha 3.2 : Mandate item-level circulation rules

2008-10-09 Thread Jesse Weaver
On Thu, Oct 9, 2008 at 2:57 PM, Ryan Higgins <[EMAIL PROTECTED]>wrote: > > [ this text also available at: > > http://wiki.koha.org/doku.php?id=en:development:rfcs3.2:rfc32_item_level_itemtypes] > > RFC: Koha 3.2 > > Mandate item-level circulation rules. > > Currently we use the system preference i

[Koha-devel] RFC: Koha 3.2 : Mandate item-level circulation rules

2008-10-09 Thread Ryan Higgins
[ this text also available at: http://wiki.koha.org/doku.php?id=en:development:rfcs3.2:rfc32_item_level_itemtypes] RFC: Koha 3.2 Mandate item-level circulation rules. Currently we use the system preference item-level_itypes to indicate whether Koha should use the itemtype stored at the bibliogra

[Koha-devel] Authority Control RFC

2008-10-09 Thread Brian Harrington
I was reading over the RFC for authority control enhancements in 3.2, and they look like great changes that we would love to see. I do have a quick question though. Will there be any provision for preserving local changes in an authority record when merging the imports. Maybe something as simple

Re: [Koha-devel] Problem in /koha/members/memberentry.pl?

2008-10-09 Thread Owen Leonard
> After reading the code, only one of the three e-mail adresses asked in > this form is saved : > " > elsif ($newdata{email} =~ /[EMAIL PROTECTED]/) { > $emailaddr = $newdata{email} > } > elsif ($newdata{emailpro} =~ /[EMAIL PROTECTED]/) { > $emailaddr = $newdata{emailpro} > } > elsif ($newdata

[Koha-devel] Problem in /koha/members/memberentry.pl?

2008-10-09 Thread Nahuel ANGELINETTI
Hi, An user of intranet ask me why there is two "E-mail (home):" input in /koha/members/memberentry.pl. After reading the code, only one of the three e-mail adresses asked in this form is saved : " elsif ($newdata{email} =~ /[EMAIL PROTECTED]/) { $emailaddr = $newdata{email} } elsif ($newdata{