Skip to content

Commit

Permalink
Update C_Prescription.class.php
Browse files Browse the repository at this point in the history
The empty line removed from line 76.
Regards
  • Loading branch information
xpindia22 committed Jun 20, 2024
1 parent 723531c commit a25fde8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controllers/C_Prescription.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ function __construct($template_mod = "general")
$tmp_output .= ' [' . $row['ndc_number'] . ']';
$tmp_output .= ' - ' . xl('No left in stock:') . ' ' . $row['on_hand']; //xl function added for translation.
$tmp_output .= ' - ' . xl('Expiry Date:') . ' ' . $row['expiration']; //xl function added for translation.

}
$drug_array_values[] = $row['drug_id'];
$drug_array_output[] = $tmp_output;
Expand Down

0 comments on commit a25fde8

Please sign in to comment.