Minor fixes to get charging working
This commit is contained in:
parent
db0ded44e0
commit
e9ada2468e
@ -52,8 +52,6 @@ class Service extends Model implements IDs
|
|||||||
'billing_price',
|
'billing_price',
|
||||||
'name_short',
|
'name_short',
|
||||||
'next_invoice',
|
'next_invoice',
|
||||||
'product_category',
|
|
||||||
'product_name',
|
|
||||||
'service_id',
|
'service_id',
|
||||||
'service_id_url',
|
'service_id_url',
|
||||||
'status',
|
'status',
|
||||||
|
@ -177,7 +177,10 @@
|
|||||||
@enderror
|
@enderror
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
{{--
|
||||||
|
<!-- @todo -->
|
||||||
<span class="input-helper"><sup>**</sup>Service inactive.</span>
|
<span class="input-helper"><sup>**</sup>Service inactive.</span>
|
||||||
|
--}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -332,6 +335,10 @@
|
|||||||
|
|
||||||
$('#service_id').select2();
|
$('#service_id').select2();
|
||||||
|
|
||||||
|
$('#sweep_type').select2();
|
||||||
|
|
||||||
|
$('#type').select2();
|
||||||
|
|
||||||
if ($('#quantity').val() && $('#amount').val()) {
|
if ($('#quantity').val() && $('#amount').val()) {
|
||||||
total();
|
total();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user