repo.or.cz
/
openemr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
restored prior_auth which is necessary for billing to work
[openemr.git]
/
interface
/
forms
/
prior_auth
/
new.php
blob
98db1da486c3a5646bc25540693fc3d767d30f96
1
<
?php
2
include_once
(
"../../globals.php"
);
3
include_once
(
"
$srcdir
/api.inc"
);
4
5
require
(
"C_FormPriorAuth.class.php"
);
6
7
$c
=
new
C_FormPriorAuth
();
8
echo
$c
->
default_action
();
9
?
>