[Koha-bugs] [Bug 3908] New: Edit subscription page shows manual history block by default

bugzilla-daemon at kohaorg.ec2.liblime.com bugzilla-daemon at kohaorg.ec2.liblime.com
Fri Dec 11 17:49:33 CET 2009


http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3908

           Summary: Edit subscription page shows manual history block by
                    default
           Product: Koha
           Version: HEAD
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Serials
        AssignedTo: henridamien at koha-fr.org
        ReportedBy: oleonard at myacpl.org
   Estimated Hours: 0.0
 Change sponsored?: ---


When editing a subscription, the "manual history" block is visible even if the
subscription was created with manual history off.

The template checks for the "history" variable:

<!--TMPL_IF Name="history"-->
$("#subscription_form_history").show();<!--/TMPL_IF-->

And the script defines "history" according to the operation. Line 110:

history => ($op eq 'mod'),

I would think the "history" variable should be defined based on the status of
the "manual history" checkbox when the subscription was created?


-- 
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