[Koha-bugs] [Bug 19289] Allow configuration of the fields on the 'Catalog details' form in the acquisition baskets

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 3 07:42:13 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19289

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #30 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---

Hi Jonathan, 

Continuing testing:

I've used the SQL from the installer file to create my ACQ framework.

1) Looking at the code, why this change on the ISBD view?
     filters => 'ViewPolicy',
     options => {
         interface => 'intranet',
-        frameworkcode => $framework
+        frameworkcode => 'ACQ'
     },

2) The input fields are much shorter with the ACQ framework active. Can we
extend them a bit to be a similar size than before? Especially title and series
fields are too short.

3) The descriptions of the fields coming from the default framework are not
very nice because they are out of context without the field description. For
example 440 says title, but it's not clear it's the series title. The MARC
helps a bit.

4) I filled in title and series title and got an error on saving:
Indicator in 440 is empty at /home/vagrant/kohaclone/C4/Biblio.pm line 2294.
:13: parser error : Opening and ending tag mismatch: record line 6 and
datafield
</datafield>
            ^
:14: parser error : Opening and ending tag mismatch: collection line 2 and
record
</record>
         ^
:15: parser error : Extra content at the end of the document
</collection>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list