Discount field in receiving made editable again

This commit is contained in:
jekkos-t520
2014-09-15 20:14:37 +02:00
parent e43f7ac7bb
commit 87c242b35f

View File

@@ -117,7 +117,7 @@ else
?>
</td>
<?php if ($items_module_allowed && !$mode=='requisition')
<?php if ($items_module_allowed && $mode!='requisition')
{
?>
<td><?php echo form_input(array('name'=>'discount','value'=>$item['discount'],'size'=>'3'));?></td>