http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4000 Summary: Budgets table doesn't show tree view for sub-budgets Product: Koha Version: HEAD Platform: All URL: admin/aqbudgets.pl OS/Version: All Status: NEW Severity: normal Priority: P5 Component: Acquisitions AssignedTo: nahuel.angelinetti@biblibre.com ReportedBy: oleonard@myacpl.org Estimated Hours: 0.0 Change sponsored?: --- On admin/aqbudgets.pl, the table of budgets should display budgets with sub-budgets using a javscript-based tree view. In the template: <!-- TMPL_IF NAME="notree" --> ... <!-- TMPL_ELSE --> $("#budgeth").treeTable(); <!-- /TMPL_IF --> "notree" must always evaluate as true, because I don't see the tree view under any circumstances. If I take out the conditional and force the treeTable() function the tree view displays as I think it should. -- 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.