Skip to content

Commit

Permalink
Fix price threshold config label
Browse files Browse the repository at this point in the history
  • Loading branch information
ammopt committed Feb 19, 2024
1 parent fc936b3 commit 268ddd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Koha/Plugin/Com/PTFSEurope/ReprintsDesk/configure.tt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<p>The price type ID as supplied by Reprints Desk for Order_GetPriceEstimate2</p>
</div>
<div id="reprintsdesk_price_threshold" class="ill_config_field">
<label for="reprintsdesk_price_threshold_input">Price type ID: </label>
<label for="reprintsdesk_price_threshold_input">Price threshold: </label>
<input id="reprintsdesk_price_threshold_input" class="required_input" placeholder="Enter price threshold" type="number" name="price_threshold" value="[% config.price_threshold || 0 | html %]">
<p>The price threshold. All requests up to (and including) this value will have their orders placed automatically.</p>
</div>
Expand Down

0 comments on commit 268ddd7

Please sign in to comment.