Correct obvious punctuation error in item form.php

This commit is contained in:
jekkos
2015-04-24 12:42:22 +02:00
committed by jekkos
parent 8f09a32ef5
commit 9b1785df01

View File

@@ -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>