[Koha-bugs] [Bug 34445] Default budget is not selected in addorderiso2709.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 25 12:01:07 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34445

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #6 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Please squash. Note that perltidy does not like

             for (my $i = 0; $i < $count; $i++) {
+                # Use default budget if no budget selected in the UI
+                $budget_codes[$i] = $budget_id
+                  if !$budget_codes[$i];

It seems to insert an empty line before the new comment line..
Sorry about that, i think it is nonsense..

Another question:
You are putting an id in a field called budget_code.
Are you really sure that this is correct?? It does not look good.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list