Skip to content

Commit

Permalink
[Waste] Remove extra bulky per item costs admin checkbox.
Browse files Browse the repository at this point in the history
  • Loading branch information
neprune committed Oct 9, 2023
1 parent c80b5ee commit 82feff7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions templates/web/base/admin/waste/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@ <h3>Bulky Collections</h3>
<option value="staff" [% 'selected' IF show_location_page == 'staff' %]>[% loc('Staff') %]</option>
<option value="users" [% 'selected' IF show_location_page == 'users' %]>[% loc('Users') %]</option>

<p>
<input type=checkbox name="per_item_costs" value=1 id="waste_per_item_costs"
[% 'checked' IF per_item_costs %]>
<label class="inline" for="waste_per_item_costs">Charge per item, not per collection</label>

[% IF c.cobrand.moniker == 'peterborough' %]
<p>
<input type=checkbox name="free_mode" value="1" id="waste_free_mode"
Expand Down

0 comments on commit 82feff7

Please sign in to comment.