Skip to content

Commit eb1859e

Browse files
committed
Fixed purchase order line item load default
1 parent 5b832d7 commit eb1859e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/livewire/purchase-order-lines.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
.on('change', function (e) {
111111
@this.set('product_id.' + $(this).data('value'), $(this).val());
112112
@this.set('name.' + $(this).data('value'), $(this).find("option:selected").text());
113-
Livewire.emit('loadInvoiceLineDefault', $(this).data('value'))
113+
Livewire.emit('loadPurchaseOrderLineDefault', $(this).data('value'))
114114
});
115115
});
116116

0 commit comments

Comments
 (0)