Skip to content

Commit a161441

Browse files
committed
Restore calc amounts
1 parent 59b8565 commit a161441

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/quote-products/partials/fields.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
'prepend' => '<span class="fa fa-dollar" aria-hidden="true"></span>',
5353
'attributes' => [
5454
'wire:model' => 'unit_price.'.$value,
55-
'wire:change' => 'calculateLineAmounts('.$value.')',
55+
'wire:change' => 'calculateAmounts',
5656
'step' => .01
5757
]
5858
])
@@ -64,7 +64,7 @@
6464
'type' => 'number',
6565
'attributes' => [
6666
'wire:model' => 'quantity.'.$value,
67-
'wire:change' => 'calculateLineAmounts('.$value.')'
67+
'wire:change' => 'calculateAmounts'
6868
]
6969
])
7070
</td>

0 commit comments

Comments
 (0)