Added some FIXME comments.
This commit is contained in:
parent
780b60f0d3
commit
b5c2a888be
3 changed files with 7 additions and 0 deletions
|
@ -21,6 +21,9 @@ package C4::Groups;
|
|||
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
|
||||
# Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
# FIXME - This package is only used in groups.pl, which in turn is
|
||||
# never used. Presumably this module is therefore obsolete.
|
||||
|
||||
use strict;
|
||||
require Exporter;
|
||||
use DBI;
|
||||
|
|
|
@ -29,6 +29,7 @@ $VERSION = 0.01;
|
|||
@ISA = qw(Exporter);
|
||||
@EXPORT = qw(&getbarcode);
|
||||
|
||||
# FIXME - Never used
|
||||
sub Getbarcode {
|
||||
}
|
||||
|
||||
|
|
|
@ -30,6 +30,9 @@ $VERSION = 0.01;
|
|||
@ISA = qw(Exporter);
|
||||
@EXPORT = qw(&stockreport);
|
||||
|
||||
# FIXME - This function is only used in reports.pl, which in turn is
|
||||
# never used. This function (and therefore this module) is probably
|
||||
# obsolete.
|
||||
sub stockreport {
|
||||
my $dbh=C4Connect;
|
||||
my @results;
|
||||
|
|
Loading…
Reference in a new issue