View | Details | Raw Unified | Return to bug 12659
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-history.tt (-2 / +1 lines)
Lines 21-27 Link Here
21
          <form method="post" action="/cgi-bin/koha/serials/subscription-history.pl">
21
          <form method="post" action="/cgi-bin/koha/serials/subscription-history.pl">
22
            <input type="hidden" name="op" value="mod" />
22
            <input type="hidden" name="op" value="mod" />
23
            <input type="hidden" name="subscriptionid" value="[% subscriptionid %]" />
23
            <input type="hidden" name="subscriptionid" value="[% subscriptionid %]" />
24
            <p>Hint : you can update the serial history manually. This can be useful for an old subscription or to clean the existing history. Modify those fields with care, as future serial recieve will continue to update them automatically.</p>
24
            <p>Hint : you can update the serial history manually. This can be useful for an old subscription or to clean the existing history. Modify those fields with care, as future serial receive will continue to update them automatically.</p>
25
            <table>
25
            <table>
26
              <tr>
26
              <tr>
27
                <td>Subscription start date</td>
27
                <td>Subscription start date</td>
28
- 

Return to bug 12659