mirror of
https://github.com/Karaka-Management/oms-ItemManagement.git
synced 2026-02-18 05:08:41 +00:00
fix media upload and icons
This commit is contained in:
parent
ae04c264af
commit
6446a78c9d
|
|
@ -124,8 +124,8 @@ final class ApiController extends Controller
|
||||||
*/
|
*/
|
||||||
private function createItemDir(Item $item) : string
|
private function createItemDir(Item $item) : string
|
||||||
{
|
{
|
||||||
return '/Modules/ItemManagement/Item/'
|
return '/Modules/ItemManagement/Items/'
|
||||||
. $item->id;
|
. (empty($item->number) ? $item->id : $item->number);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user