mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-12 07:56:34 -04:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user