1
0
forked from poc/pds

Added print panel in production order controller

This commit is contained in:
dhanabalan
2026-05-06 18:03:10 +05:30
parent fb65fa99bc
commit 8213748aa8

View File

@@ -12,5 +12,11 @@ class="px-2 py-1 border border-primary-500 text-primary-600 rounded hover:bg-pri
>
Print
</button>
<button
type="button"
wire:click="printPanel"
class="px-2 py-1 border border-primary-500 text-primary-600 rounded hover:bg-primary-50 hover:border-primary-700 transition text-sm"
>
Print Panel
</button>