Bug 14163: Acq - receive shipment and order from staged: rename 'Show all' to 'Show...
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Sun, 31 May 2015 13:52:26 +0000 (15:52 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 8 Jul 2015 17:43:54 +0000 (14:43 -0300)
'Show all' in acquisition makes the inactive funds in the fund list
box visible. This patch changes the text to 'Show inactive' to be more
clear about the functionality.

Patch changes 2 pages. To test:

1) Order from staged file
- make sure you have uploaded a few records via the tools
- create a new order using the 'From a staged file' option
- select a file to order from - 'Add orders'
- Verify the 'Select to import' tab now displayed the text
  'Show inactive funds' and that it works as expected
- Switch to the 'Default accounting details' tab
- Verify the text there is also changed to 'Show inactive' and
  works like expected.

2) Receive shipment
- receive a new shipment for a vendor with unreceived orders
- Verify the label next to the fund list has changed to
  'Show inactive' and works as expected.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Simple string change, no errors.

Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt

index d0414cf..bf6c0b6 100644 (file)
                   <div id="records_to_import">
                     <span class="checkall"><a id="checkAll" href="#">Check all</a></span>
                     <span class="uncheckall"><a id="unCheckAll" href="#">Uncheck all</a></span>
-                    <label for="showallbudgets" style="float:none;width:auto;">&nbsp;Show all funds:</label>
+                    <label for="showallbudgets" style="float:none;width:auto;">&nbsp;Show inactive funds:</label>
                     <input type="checkbox" id="showallbudgets" />
                         <input type="hidden" name="op" value="import_records"/>
                         <input type="hidden" name="basketno" value="[% basketno %]" />
                                                 [% END %]
                                             [% END %]
                                             </select>
-                                            <label for="all_showallbudgets" style="float:none;width:auto;">&nbsp;Show all:</label>
+                                            <label for="all_showallbudgets" style="float:none;width:auto;">&nbsp;Show inactive:</label>
                                             <input type="checkbox" id="all_showallbudgets" />
                                         </li>
                                     [% END %]
index fe0f0f5..486fac2 100644 (file)
                     [% END %]
                 [% END %]
             </select>
-            <label for="showallfunds" style="float:none;width:auto;">&nbsp;Show all:</label>
+            <label for="showallfunds" style="float:none;width:auto;">&nbsp;Show inactive:</label>
             <input type="checkbox" id="showallfunds" />
 
         </li>