Bug 14163: Acq order form: rename 'Show all' to 'Show inactive'
On the order form there is a checkbox next to the fund list labelled 'show all'. Checking the checkbox will result in the inactive funds showing in the pull down list as well. The patch renames the label to 'Show inactive' to make the purpose more clear. To test: - Create a new order - Verify the label has changed as described above - Decide if the change makes sense Signed-off-by: tadeasm <tadeas.moravec@gmail.com> Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
fbe25b1d8e
commit
8eb049a6a1
1 changed files with 1 additions and 1 deletions
|
@ -513,7 +513,7 @@ $(document).ready(function()
|
|||
[% END %]
|
||||
</select>
|
||||
<span class="required">Required</span>
|
||||
<label for="showallbudgets" style="float:none;width:auto;"> Show all:</label>
|
||||
<label for="showallbudgets" style="float:none;"> Show inactive:</label>
|
||||
<input type="checkbox" id="showallbudgets" />
|
||||
[% END %]
|
||||
</li>
|
||||
|
|
Loading…
Reference in a new issue