mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-04 15:13:40 -04:00
Fix for New Kit
Fix new kit modal not displaying expecting int
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
'size' => '50',
|
||||
'value' => $selected_kit_item
|
||||
]) ?>
|
||||
<?= form_hidden('kit_item_id', $selected_kit_item_id) ?>
|
||||
<?= form_hidden('kit_item_id', (string)$selected_kit_item_id) ?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user