https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30975
--- Comment #57 from Katrin Fischer <[email protected]> --- (In reply to Pablo López Liotti from comment #56) > Hi, i need use the callnumber.pl to auto-complete 952$o with 080$a and 092$a > marc fields to make a full item call number. > > The ITEMCALLNUMBER syspref holds '080a,092a' value. > The 952$o subfield in BKS framework have plugin->callmunber.pl value. > I make a biblio record with 080$a = '025' and 092$a = 'T 345' values. > > Executing additems.pl only it shows '025' in the form. > > Any ideas? > > Thks > Pablo Hi Pablo, this bug is not related to your problem. When in doubt: ask on the mailing list or in the IRC chat first :) But: as stated in the system preference description, only the first field listed with a value will be used. So the preference is behaving as expected. You can currently not combine contents from different fields. You could file a new and separate enhancement request bug for this. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
