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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt (-2 / +1 lines)
Lines 548-554 $(document).ready(function() Link Here
548
            </li>
548
            </li>
549
            <li>
549
            <li>
550
                <label for="notes">Notes: </label>
550
                <label for="notes">Notes: </label>
551
                <textarea id="notes" cols="30" rows="3" name="notes" >[% notes %]</textarea>
551
                <textarea id="notes" cols="30" rows="3" name="notes" ></textarea>
552
            </li>
552
            </li>
553
            <li><div class="hint">The 2 following fields are available for your own usage. They can be useful for statistical purposes</div>
553
            <li><div class="hint">The 2 following fields are available for your own usage. They can be useful for statistical purposes</div>
554
                <label for="sort1">Statistic 1: </label>
554
                <label for="sort1">Statistic 1: </label>
555
- 

Return to bug 9438