Add menu option to let link to customer invoice
This commit is contained in:
parent
4cf33f3841
commit
8b054bcbf0
|
|
@ -114,6 +114,9 @@ new class extends Component {
|
|||
<flux:navmenu.item
|
||||
href="{{ route('invoices.edit', $invoice) }}"
|
||||
icon="pencil">Edit Invoice</flux:navmenu.item>
|
||||
<flux:navmenu.item
|
||||
href="{{ route('invoices.show', $invoice) }}" target="_blank"
|
||||
icon="document-currency-dollar">Customer Invoice</flux:navmenu.item>
|
||||
</flux:menu.group>
|
||||
</flux:navmenu>
|
||||
</flux:dropdown>
|
||||
|
|
|
|||
Loading…
Reference in New Issue