Added item code column in axn exporter
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 2m32s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 1m40s
Gemini PR Review / Gemini PR Review (pull_request) Failing after 4m7s
Laravel Pint / pint (pull_request) Successful in 12m31s
Laravel Larastan / larastan (pull_request) Failing after 14m5s

This commit is contained in:
dhanabalan
2026-06-04 12:02:04 +05:30
parent f8777db5c7
commit e749b5dca4

View File

@@ -51,6 +51,8 @@ class AxnExporter extends Exporter
return substr($sn, $offset);
}),
ExportColumn::make('stickerMaster.item.code')
->label('ITEM CODE'),
];
}