Skip to content

Commit

Permalink
appease travis for previous commit (openemr#2661)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwaite committed Sep 12, 2019
1 parent 85493f1 commit 984e4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/billing/new_payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ function FillUnappliedAmount()
<form action="new_payment.php" id="new_payment" method='post' name='new_payment' onsubmit="
<?php
if ($payment_id*1==0) {
echo 'top.restoreSession();';
echo 'top.restoreSession();';
} else {
echo 'return false;';
}?>" style="display:inline">
Expand Down

0 comments on commit 984e4cc

Please sign in to comment.