mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-06 00:17:54 -05:00
Discount field in receiving made editable again
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user