Bug 31115: Add additional_attributes support to GetInvoices
authorTomas Cohen Arazi <tomascohen@theke.io>
Wed, 19 Oct 2022 20:13:13 +0000 (17:13 -0300)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 24 Oct 2022 17:11:07 +0000 (14:11 -0300)
commit77eba5d1b23ba2ddabe8b70ff354bfdce86e6af8
tree0ec90db7787d91f22aeed6fe473ee7396335d915
parent45515c021a4bc54900bbc043a0dd1cad2c7d0ef0
Bug 31115: Add additional_attributes support to GetInvoices

This patch adds support for searching additional_fields when retrieving
invoices using C4::Acquisition::Invoices.

To test:
1. Apply this patch
2. Run:
   $ kshell
  k$ prove t/db_dependent/Acquisition.t
=> SUCCESS: Tests pass!
3. Sign off :-D

Sponsored-by: The Research University in the Helmholtz Association (KIT)
Signed-off-by: Michaela Sieber <michaela.sieber@kit.edu>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
C4/Acquisition.pm
t/db_dependent/Acquisition.t