Skip to content

Commit

Permalink
typo reported and fixed in forum (#2716)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwaite authored and bradymiller committed Oct 11, 2019
1 parent f65613a commit 728f4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/prescription/general_edit.html
Expand Up @@ -82,7 +82,7 @@
dlgopen('interface/drugs/dispense_drug.php' +
{/literal}'?drug_id=' + {$prescription->get_drug_id()|js_url} +{literal}
'&prescription=' + encodeURIComponent(f.id.value) +
'&quantity=' + f.encodeURIComponent(disp_quantity.value) +
'&quantity=' + encodeURIComponent(f.disp_quantity.value) +
'&fee=' + encodeURIComponent(f.disp_fee.value),
'_blank', 400, 200);
}
Expand Down

0 comments on commit 728f4bd

Please sign in to comment.