Removed export asn invoice #519

Merged
jothi merged 1 commits from ranjith-dev into master 2026-04-11 10:44:08 +00:00
Showing only changes of commit eb33c57973 - Show all commits

View File

@@ -1142,13 +1142,13 @@ class InvoiceValidationResource extends Resource
->visible(function () {
return Filament::auth()->user()->can('view export invoice');
}),
ExportAction::make()
->label('Export Axn')
->color('warning')
->exporter(AxnExporter::class)
->visible(function () {
return Filament::auth()->user()->can('view export axn invoice');
}),
// ExportAction::make()
// ->label('Export Asn')
// ->color('warning')
// ->exporter(AxnExporter::class)
// ->visible(function () {
// return Filament::auth()->user()->can('view export asn invoice');
// }),
])
->filters([