We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b832d7 commit eb1859eCopy full SHA for eb1859e
resources/views/livewire/purchase-order-lines.blade.php
@@ -110,7 +110,7 @@
110
.on('change', function (e) {
111
@this.set('product_id.' + $(this).data('value'), $(this).val());
112
@this.set('name.' + $(this).data('value'), $(this).find("option:selected").text());
113
- Livewire.emit('loadInvoiceLineDefault', $(this).data('value'))
+ Livewire.emit('loadPurchaseOrderLineDefault', $(this).data('value'))
114
});
115
116
0 commit comments