3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-05-12 17:45:31 +00:00

investigation and notes

This commit is contained in:
akemidx
2025-10-01 18:21:25 -04:00
parent a384245368
commit b082fb6692

View File

@ -443,6 +443,8 @@ class ReportsController extends Controller
//this means:  in utf-8
//i think this might be where we can start digging. tho, we always use utf-8 encoding on exports?
//should we just always use_bom? when would we not want to. use_bom is a fix i found on stack overflow
$header = [];
if ($request->filled('id')) {