Koha/acqui
Jonathan Druart 8ecaedc22d Bug 21268: Don't remove 0 allocated funds from fund list
If a fund is created with a amount of 0, it will not appear in the fund
list (when a new order is created for instance).
0 allocated funds can be used to track donations and other situations
where there is not an expected amount for the year.

Test plan:
0. Do not apply the patch
1. Create 1 active and 1 inactive budgets
2. Create some funds for each budgets, with amount > 0 and amount == 0
3. Add orders to basket
=> Note that the funds with amount == 0 are not displayed
4. Apply the patch
5. Add orders to basket (using the different possible ways we have)
=> Note that the funds with amount == 0 are displayed

This change is applied to the different views of the acquisition module.

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
Signed-off-by: Joonas Kylmälä <joonas.kylmala@helsinki.fi>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2020-07-30 17:44:27 +02:00
..
acqui-home.pl
add_user_search.pl
addorder.pl
addorderiso2709.pl Bug 21268: Don't remove 0 allocated funds from fund list 2020-07-30 17:44:27 +02:00
ajax-getauthvaluedropbox.pl
basket.pl Bug 21268: Don't remove 0 allocated funds from fund list 2020-07-30 17:44:27 +02:00
basketgroup.pl
basketheader.pl Bug 25611: Use selected vendor when creating a basket 2020-06-24 14:31:37 +02:00
booksellers.pl Bug 21268: Don't remove 0 allocated funds from fund list 2020-07-30 17:44:27 +02:00
cancelorder.pl
check_budget_total.pl
check_uniqueness.pl Bug 23463: Replace SearchItemsByField by SearchItems 2020-03-23 09:26:09 +00:00
duplicate_orders.pl Bug 21268: Don't remove 0 allocated funds from fund list 2020-07-30 17:44:27 +02:00
edi_ean.pl Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
edifactmsgs.pl Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
edimsg.pl Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
finishreceive.pl Bug 23596: Edit suggestion's reason when receiving 2020-04-14 16:30:16 +01:00
histsearch.pl
invoice-files.pl
invoice.pl Bug 21268: Don't remove 0 allocated funds from fund list 2020-07-30 17:44:27 +02:00
invoices.pl
lateorders-export.pl Bug 24163: UTF-8 encode the output 2020-05-05 11:08:44 +01:00
lateorders.pl Bug 25266: Remove uneeded var 2020-06-15 10:32:20 +02:00
modordernotes.pl
neworderempty.pl Bug 21268: Don't remove 0 allocated funds from fund list 2020-07-30 17:44:27 +02:00
newordersubscription.pl
newordersuggestion.pl
ordered.pl Bug 25223: Make join of aqbasket and aqorders explicit 2020-04-22 09:29:13 +01:00
orderreceive.pl Bug 21268: Don't remove 0 allocated funds from fund list 2020-07-30 17:44:27 +02:00
parcel.pl Bug 24672: (bug 24430 follow-up) Do not get active orders on deleted biblio record 2020-03-24 09:31:34 +00:00
parcels.pl Bug 21268: Don't remove 0 allocated funds from fund list 2020-07-30 17:44:27 +02:00
showorder.pl Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
spent.pl
supplier.pl
transferorder.pl
uncertainprice.pl Bug 18177: remove aqbooksellers.booksellerurl 2020-03-27 12:15:47 +00:00
updatesupplier.pl
z3950_search.pl