Skip to content

Commit

Permalink
Fee Sheet Product Delete Checkbox Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
epsdky authored and bradymiller committed Apr 21, 2015
1 parent 87b2d12 commit c004399
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions interface/forms/fee_sheet/new.php
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ function echoProdLine($lino, $drug_id, $del = FALSE, $units = NULL,
echo " <td class='billcell' align='center'$usbillstyle>&nbsp;</td>\n"; // justify
}
echo " <td class='billcell' align='center'>&nbsp;</td>\n"; // provider
echo " <td class='billcell' align='center'$usbillstyle>&nbsp;</td>\n"; // note codes
echo " <td class='billcell' align='center'$usbillstyle>&nbsp;</td>\n"; // auth
echo " <td class='billcell' align='center'><input type='checkbox'" . // del
" disabled /></td>\n";
Expand All @@ -350,6 +351,7 @@ function echoProdLine($lino, $drug_id, $del = FALSE, $units = NULL,
echo " <td class='billcell'$usbillstyle>&nbsp;</td>\n"; // justify
}
echo " <td class='billcell' align='center'>&nbsp;</td>\n"; // provider
echo " <td class='billcell' align='center'$usbillstyle>&nbsp;</td>\n"; // note codes
echo " <td class='billcell' align='center'$usbillstyle>&nbsp;</td>\n"; // auth
echo " <td class='billcell' align='center'><input type='checkbox' name='prod[".attr($lino)."][del]' " .
"value='1'" . ($del ? " checked" : "") . " /></td>\n";
Expand Down

0 comments on commit c004399

Please sign in to comment.