LP1888723: Use Acquisition Cost terminology in angular volcopy user/sandbergja/lp1888723-angular-volcopy-signoff
authorJane Sandberg <sandbej@linnbenton.edu>
Fri, 5 Mar 2021 04:19:03 +0000 (20:19 -0800)
committerJane Sandberg <sandbej@linnbenton.edu>
Fri, 5 Mar 2021 04:23:46 +0000 (20:23 -0800)
The Angularjs volcopy editor calls the cost field "Acquisition cost" to
differentiate it from the Price field.  Let's do the same in the Angular
version.

Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/eg2/src/app/staff/cat/volcopy/config.component.html

index 7913925..38b7ddd 100644 (file)
@@ -7803,7 +7803,7 @@ SELECT  usr,
                        <field reporter:label="Copy Status Changed Time" name="status_changed_time" reporter:datatype="timestamp"/>
                        <field reporter:label="Is Mint Condition" name="mint_condition" reporter:datatype="bool"/>
                        <field reporter:label="Floating Group" name="floating" reporter:datatype="link"/>
-                       <field reporter:label="Cost" name="cost" reporter:datatype="money"/>
+                       <field reporter:label="Acquisition Cost" name="cost" reporter:datatype="money"/>
                        <field reporter:label="Copy Notes" name="notes" oils_persist:virtual="true" reporter:datatype="link"/>
                        <field reporter:label="Stat-Cat entry maps" name="stat_cat_entry_copy_maps" oils_persist:virtual="true" reporter:datatype="link"/>
                        <field reporter:label="Circulations" name="circulations" oils_persist:virtual="true" reporter:datatype="link"/>
index f6bb854..440ee04 100644 (file)
               id="show-cost-attr" 
               [(ngModel)]="volcopy.defaults.hidden.cost">
             <label class="form-check-label" for="show-cost-attr" i18n>
-              Cost 
+              Acquisition Cost
             </label>
           </div>
         </li>