diff options
| author | Mark Wells <mark@freeside.biz> | 2015-08-06 23:15:26 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2015-08-06 23:15:26 -0700 |
| commit | 3e2c2ad8aff1bd361ca07495b2255538c8231079 (patch) | |
| tree | 9a398e455a7767372588077470685d25ef8d82b3 /FS-Test/share/output/edit/process/quick-charge.cgi | |
| parent | 3d8d713877e0cdc91fd413539510b5a457f264bb (diff) | |
update tests to keep in sync with v4
Diffstat (limited to 'FS-Test/share/output/edit/process/quick-charge.cgi')
| -rw-r--r-- | FS-Test/share/output/edit/process/quick-charge.cgi/amount=100.00:custnum=2:pkg=Test%20one-time%20charge:quantity=1:bill_now=1 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/FS-Test/share/output/edit/process/quick-charge.cgi/amount=100.00:custnum=2:pkg=Test%20one-time%20charge:quantity=1:bill_now=1 b/FS-Test/share/output/edit/process/quick-charge.cgi/amount=100.00:custnum=2:pkg=Test%20one-time%20charge:quantity=1:bill_now=1 new file mode 100644 index 000000000..22d8b4224 --- /dev/null +++ b/FS-Test/share/output/edit/process/quick-charge.cgi/amount=100.00:custnum=2:pkg=Test%20one-time%20charge:quantity=1:bill_now=1 @@ -0,0 +1,19 @@ + <HTML> + <HEAD> + <TITLE> + One-time charge added + </TITLE> + <META HTTP-Equiv="Cache-Control" Content="no-cache"> + <META HTTP-Equiv="Pragma" Content="no-cache"> + <META HTTP-Equiv="Expires" Content="0"> + </HEAD> + <BODY BGCOLOR="#e8e8e8"> + <FONT SIZE=6> + <CENTER>One-time charge added</CENTER> + </FONT> + <BR><!--<BR>--> + + <SCRIPT TYPE="text/javascript"> + window.top.location.reload(); + </SCRIPT> + </BODY></HTML> |
