1
0
forked from poc/pds

Removed export asn invoice

This commit is contained in:
dhanabalan
2026-04-11 16:13:53 +05:30
parent 34821d6a89
commit eb33c57973

View File

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