mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-14 17:02:42 -04:00
Porting over ad7ae23
This commit is contained in:
@@ -614,7 +614,7 @@ class Items extends Secure_Controller
|
||||
$success = TRUE;
|
||||
$new_item = FALSE;
|
||||
|
||||
if($item_id == NEW_ITEM)
|
||||
if($item_id === NEW_ITEM)
|
||||
{
|
||||
$item_id = $item_data['item_id'];
|
||||
$new_item = TRUE;
|
||||
|
||||
Reference in New Issue
Block a user