Bug 15329: Add new column for budget to the late orders table
authorKatrin Fischer <katrin.fischer.83@web.de>
Sun, 13 Sep 2020 21:45:25 +0000 (21:45 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 4 Nov 2020 11:59:34 +0000 (12:59 +0100)
commitee028855c246b1496003fbfccfd20042594ac4bf
tree747f8bb794c9a66946017a26336671217a76540a
parent42ab7b80d4f1d13e15f991d3c4fa161ffca0726f
Bug 15329: Add new column for budget to the late orders table

The table currently displays the fund, but as late orders can be
from a past budget with the same fund names, this can be confusing.
So adding the budget in addition to the fund will be helpful.

To test:
- Add a basket and an order, close the basket
- Go to the late oder page
- Make sure your order shows up there
- Apply the patch
- Reload the late orders page
- Verify a new column budget shows in the table
- Verify the table configuration settings work for the new column
- Run t/db_dependent/Koha/Acquisition/Fund.t

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/Acquisition/Fund.pm
admin/columns_settings.yml
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt
t/db_dependent/Koha/Acquisition/Fund.t