This sets the default billing type when marking an item damaged to
'Damaged Materials' which is ID 106 in our database.
Signed-off-by: McCanna <tmccanna@georgialibraries.org>
</div>
<div class="col-md-6">
<label>[% l("Type") %]
- <select class="form-control" ng-model="billArgs.type">
+ <!-- PINES Customization: Set default billing type to Damaged (106 is the PINES-specific ID for damaged materials) -->
+ <select class="form-control" ng-model="billArgs.type" ng-init="billArgs.type='106'">
<option ng-repeat="type in billingTypes | orderBy:'name()'" value="{{type.id()}}"
ng-disabled="mode == 'waive'">
{{type.name()}}