mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-12 16:07:26 -04:00
Correct obvious punctuation error in item form.php
This commit is contained in:
@@ -127,7 +127,7 @@ foreach($stock_locations as $key=>$location_detail)
|
||||
'id'=>$key.'_quantity',
|
||||
'class'=>'quantity',
|
||||
'size'=>'8',
|
||||
'value'=>isset($item_info->item_id)?$location_detail['quantity']:0:)
|
||||
'value'=>isset($item_info->item_id)?$location_detail['quantity']:0)
|
||||
);?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user