Koha/acqui
Kyle M Hall 36db911da0 Bug 19812: Fix confusing holds count values in "Already received" table
In acqui/parcel.pl both the "Pending orders" and "Already received" tables show how many holds there are for the given record. However, the count of holds in the "Pending orders" table confuses librarians because it only lists holds for the particular items in the orderline. Due to that, the holds column may show 0 holds even if there are a dozen record level holds for that bib! This is not what librarians seem to expect, instead it seems that the same total holds in the "Pending orders" table would be preferred.

Test Plan:
1) Find an invoice with an item in the "Already received" table
2) Add one or more record level holds to the record
3) Note the holds column does not count those holds
4) Apply this patch
5) Note the holds column now shows total holds and holds for just those ordered items

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Signed-off-by: Nancy Keener <nkeener@washoecounty.us>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Bug 19812: (QA follow-up) Swap sides for total and item holds

Bug 19812: (QA follow-up) If 0 holds show '0' not '0 / 0'

Bug 19812: (QA follow-up) Remove unnecessary line

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2018-04-04 16:06:57 -03:00
..
pdfformat
acqui-home.pl
add_user_search.pl
addorder.pl
addorderiso2709.pl
ajax-getauthvaluedropbox.pl
basket.pl
basketgroup.pl
basketheader.pl
booksellers.pl
cancelorder.pl
check_budget_total.pl
check_duplicate_barcode_ajax.pl
check_uniqueness.pl
edi_ean.pl
edifactmsgs.pl
edimsg.pl
finishreceive.pl
histsearch.pl
invoice-files.pl
invoice.pl
invoices.pl
lateorders-export.pl
lateorders.pl
modordernotes.pl
neworderbiblio.pl
neworderempty.pl Bug 20494: Remove unused code in neworderempty.pl and addbiblio.pl 2018-04-02 18:07:45 -03:00
newordersubscription.pl
newordersuggestion.pl
ordered.pl
orderreceive.pl
parcel.pl Bug 19812: Fix confusing holds count values in "Already received" table 2018-04-04 16:06:57 -03:00
parcels.pl
spent.pl
supplier.pl
transferorder.pl
uncertainprice.pl
updatesupplier.pl
z3950_search.pl