http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8798
--- Comment #17 from Colin Campbell <[email protected]> --- Couple of minor anomalies, you're missing classes for labels_batches, labels_templates and labels_layouts They were added via updatedatabase but dont exist in kohastructure.sql You've got an ActionLogs class but if you recreate the schema it generates an ActionLog class (Standard behaviour the Loader generates a singular named class for plural tables) shouls ActionLogs.pm be removed? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] 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/
