Bug 36448

Summary: aqplan showing AV cat starting with "A" (?)
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: AcquisitionsAssignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low    
Version: unspecified   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

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 ***