[Bug 4000] New: Budgets table doesn't show tree view for sub-budgets
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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4000 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> 2009-12-23 17:08:02 --- More details: The budgets listing defaults to a state where "show my budgets only" is selected (this is with IndependentBranches OFF if it matters). If I resubmit with "show my budgets only" deselected I see the tree view. Line 76 of aqbudgets.pl: $template->param( notree => ($filter_budgetbranch or $show_mine) ); Is that because the tree view doesn't work if your budget's parent isn't "yours" or your library's? -- 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.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4000 --- Comment #2 from Nahuel Angelinetti <nahuel.angelinetti@biblibre.com> 2009-12-30 10:51:10 --- You don't have a tree if you select only your budgets(parents budgets are not every time yours), like this: * Jane * Jack * Mine * Mine * Jack -- 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.
participants (1)
-
bugzilla-daemon@kohaorg.ec2.liblime.com