[Koha-bugs] [Bug 35044] Additional fields: Allow for repeatable fields

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 6 11:57:59 CET 2023


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

Pedro Amorim <pedro.amorim at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #157330|0                           |1
        is obsolete|                            |

--- Comment #19 from Pedro Amorim <pedro.amorim at ptfs-europe.com> ---
Created attachment 158504
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158504&action=edit
Bug 35044: Update: Invoices

Added fixme comment to invoices.tt, the search works so nothing to do here, but
the code is not DRY

Test plan, k-t-d:

Preparation: Create additional fields for table 'aqinvoices':
2 text fields, one repeatable, one not-repeatable
2 AV fields, one repeatable, one not-repeatable

1) Add a new invoice for an existing vendor, visit:
/cgi-bin/koha/acqui/parcels.pl?booksellerid=1
2) Input something in the mandatory "Vendor invoice" field.
3) Fill in all additional fields, click the '+New' and 'Clear' links,  hit
'Save'
4) Search for invoices, visit:
http://localhost:8081/cgi-bin/koha/acqui/invoices.pl
5) Click "Search" on the left column of the page
6) Click the invoice we just created. Verify all the fields show correctly.
7) Go back to the additional fields configuration, set all additional fields as
"searchable"
8) Return to http://localhost:8081/cgi-bin/koha/acqui/invoices.pl
9) Perform some searches using the additional fields values.

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


More information about the Koha-bugs mailing list