Bug 36448 - aqplan showing AV cat starting with "A" (?)
Summary: aqplan showing AV cat starting with "A" (?)
Status: RESOLVED DUPLICATE of bug 34159
Alias: None
Product: Koha
Classification: Unclassified
Component: Acquisitions (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-27 21:20 UTC by Jonathan Druart
Modified: 2024-09-10 07:25 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Druart 2024-03-27 21:20:56 UTC
122 my $sth = $dbh->prepare("select distinct category from authorised_values where category like 'A%' ")

What is that?!

http://localhost:8081/cgi-bin/koha/admin/aqplan.pl?budget_period_id=1&authcat=MONTHS

On the left " Select planning type:" you can see "By AR_CANCELLATION". That does not make any sense!
Comment 1 Katrin Fischer 2024-04-01 10:56:45 UTC
Yes, it doesn't make sense. I think it should be showing all the AV categories that are linked to funds probably?

Could this be a leftover from when we only had asort1 and asort2 somehow?
Comment 2 Jonathan Druart 2024-09-10 07:25:45 UTC

*** This bug has been marked as a duplicate of bug 34159 ***