These minor changes were needed to get to the point where the Item form could be displayed. There are still some issues with the actual form

This commit is contained in:
Steve Ireland
2023-03-16 21:02:30 -04:00
parent c5180ab614
commit 0ce73cc249
6 changed files with 18 additions and 14 deletions

View File

@@ -492,7 +492,7 @@ class Items extends Secure_Controller
echo view('barcodes/barcode_sheet', $data);
}
public function attributes(int $item_id = NEW_ITEM): void
public function getAttributes(int $item_id = NEW_ITEM): void
{
$data['item_id'] = $item_id;
$definition_ids = json_decode($this->request->getPost('definition_ids', FILTER_SANITIZE_STRING), TRUE);