Added print panel in production order controller #567

Merged
jothi merged 1 commits from ranjith-dev into master 2026-05-06 12:33:25 +00:00

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>