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

--- Comment #1 from Matt Blenkinsop <[email protected]> ---
Comments from bug 34355

1. Missing tests!

2. Useless lines

+     my @messages;

+use Net::FTP;

3. Plugin hook added without being advertised (wiki, kitchenzink?)

+                    'before_orderline_create',

4. Code for acq not in Koha::Acquisition?

5. controller poorly written and not following standard
admin/marc_order_accounts.pl
* useless use statements
* 51 my $crypt = Koha::Encryption->new; wtf?
* values for '$op' not following "standard"
* no error handling, no user messages/alerts

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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