http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10855 --- Comment #67 from Jonathan Druart <jonathan.druart@biblibre.com> --- (In reply to Paola Rossi from comment #66) Hello Paola,
This last patch is wrong in searching: only modified subscriptions are found now. On the contrary, until now, advanced search found either modified subscriptions or not yet modified subscriptions.
I am not sure to understand. You said a subscription does not appear on searching on additional fields if the subscription does not have an additional fields? If yes, it is normal, you have to edit a subscription for setting these fields. Maybe could we imagine a script for automatically filling them.
A) there is an old "Advanced search" tab on the left over "Claims", on cgi-bin/koha/serials/serials-home.pl, whose form shows searchfields like "Supplier", "Branch", "EAN" (?). In the new form for advanced search they are "Vendor", "Library". I think you'd better delete the "old" tab.
Yes, I will remove it.
B) there is an abnormal termination in modifying subscription on /cgi-bin/koha/serials/subscription-add.pl. It occurs when an additional mark field has been added, but it's an error, such as the non-existent 022$b. Koha sends this error message: Software error: DBD::mysql::db do failed: Column 'value' cannot be null at /var/root-koha/bug-10855/Koha/AdditionalField.pm line 107.
Confirmed, will be fix.
When a non-existent mark field is not a new one, but it's added modifying another existent mark field by Action "Edit", modifying the subscription Koha puts no value in the wrong additional field without sending error message.
Could you detail please, I don't reproduce this issue. -- You are receiving this mail because: You are watching all bug changes.