• DevPilot's avatar
    fix(inventory): asset custody screens crashed on wrong employee name column · cf7b724f
    DevPilot authored
    Controller selects employees as full_name_ar; both custody_index and
    custody_transfer views were reading name_ar, which doesn't exist on
    that result set. Live crash: Undefined array key "name_ar" at
    custody_index.php:14. Pre-existing bug, unrelated to recent changes —
    just hadn't been hit until now. Confirmed via repo-wide grep this was
    the only place with the mismatch.
    cf7b724f
Name
Last commit
Last update
..
Controllers Loading commit data...
Models Loading commit data...
Services Loading commit data...
Views Loading commit data...
Routes.php Loading commit data...
StockManagerAdapter.php Loading commit data...
bootstrap.php Loading commit data...
provides.php Loading commit data...