[Koha-bugs] [Bug 4000] New: Budgets table doesn't show tree view for sub-budgets

bugzilla-daemon at kohaorg.ec2.liblime.com bugzilla-daemon at kohaorg.ec2.liblime.com
Wed Dec 23 17:58:07 CET 2009


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 at biblibre.com
        ReportedBy: oleonard at 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.



More information about the Koha-bugs mailing list