Bug 17047: SQL reports management with Mana-KB
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / serials / serials-search.tt
index 1886094..adc7428 100644 (file)
             </ul>
             [% IF mana %]
                 <div id="mana">
-                    [% INCLUDE 'mana-subscription-search-result.inc' %]
+                    [% INCLUDE 'mana/mana-subscription-search-result.inc' %]
                 </div>
             [% ELSE %]
             <div id="opened">
 [% MACRO jsinclude BLOCK %]
     [% INCLUDE 'calendar.inc' %]
     [% INCLUDE 'datatables.inc' %]
+    [% INCLUDE 'mana.inc' %]
     <script>
         var subscriptionid = "[% subscriptionid | html %]";
         var MSG_CLOSE_SUBSCRIPTION = _("Are you sure you want to close this subscription?");