mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-16 07:18:04 -04:00
Discount field in receiving made editable again
This commit is contained in:
1 parent
e43f7ac7bb
commit
87c242b35f
1 file changed
+1
-1
@@ -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