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

            Bug ID: 23166
           Summary: Simplify code related to orders in
                    catalogue/*detail.pl
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: ASSIGNED
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: jonathan.dru...@bugs.koha-community.org
          Reporter: jonathan.dru...@bugs.koha-community.org
        QA Contact: testo...@bugs.koha-community.org
        Depends on: 23084, 9780
  Target Milestone: ---

Since bug 9780 we are the ability to alert the librarian when a record which
has been ordered will be deleted.
Then the code to handle the alert has been copied to other catalogue/*detail.pl
script, as the JS check is in the toolbar.

This code is really unnecessary complicated and sometime simply not necessary.
It could be replaced with Koha::Acquisition::Orders->search and make it more
readable.

(found it working on bug 23084, so writing it on top of it).


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9780
[Bug 9780] Restrict the right to suppress a record used in some order
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23084
[Bug 23084] Replace grep {^$var$} with grep {$var eq $_}
-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to