http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4501 Summary: Duplicate budget broken Product: Koha Version: HEAD Platform: All OS/Version: All Status: NEW Severity: critical Priority: P5 Component: Acquisitions AssignedTo: henridamien@koha-fr.org ReportedBy: katrin.fischer@bsz-bw.de Estimated Hours: 0.0 Change sponsored?: --- I added my first budget 'Buchetat' and tried 'Duplicate budget 'Buchetat'' after that. There was no error message or change of display. After a look at the code I think the url is missing: var periods_menu = [ { text: _("Edit budget 'Buchetat'"), url: "/cgi-bin/koha/admin/aqbudgetperiods.pl?op=add_form&budget_period_id=1" }, { text: _("Duplicate budget 'Buchetat'") } ] -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.