Skip to content

Commit

Permalink
Priorauth (openemr#3955)
Browse files Browse the repository at this point in the history
* remove from contrib, bootstrap it, add date from to fields

* close input tags, bump version

* weird indent

* phpcbf

* fix date formatting for i18n and remove backticks

* remove redundant require of formatting.inc

* date formatting and smarty syntax

* phpcs
  • Loading branch information
stephenwaite committed Oct 6, 2020
1 parent 2763b49 commit 5bac8f1
Show file tree
Hide file tree
Showing 18 changed files with 150 additions and 445 deletions.
60 changes: 0 additions & 60 deletions contrib/forms/prior_auth/C_FormPriorAuth.class.php

This file was deleted.

123 changes: 0 additions & 123 deletions contrib/forms/prior_auth/FormPriorAuth.class.php

This file was deleted.

1 change: 0 additions & 1 deletion contrib/forms/prior_auth/info.txt

This file was deleted.

9 changes: 0 additions & 9 deletions contrib/forms/prior_auth/new.php

This file was deleted.

32 changes: 0 additions & 32 deletions contrib/forms/prior_auth/report.php

This file was deleted.

9 changes: 0 additions & 9 deletions contrib/forms/prior_auth/save.php

This file was deleted.

9 changes: 0 additions & 9 deletions contrib/forms/prior_auth/table.sql

This file was deleted.

125 changes: 0 additions & 125 deletions contrib/forms/prior_auth/templates/prior_auth/general_new.html

This file was deleted.

9 changes: 0 additions & 9 deletions contrib/forms/prior_auth/view.php

This file was deleted.

6 changes: 4 additions & 2 deletions interface/forms/prior_auth/C_FormPriorAuth.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,10 @@ function default_action_process()
$GLOBALS['encounter'] = date("Ymd");
}

addForm($GLOBALS['encounter'], "Prior Authorization Form", $this->prior_auth->id, "prior_auth", $GLOBALS['pid'], $_SESSION['userauthorized']);
$_POST['process'] = "";
if (empty($_POST['id'])) {
addForm($GLOBALS['encounter'], "Prior Authorization", $this->prior_auth->id, "prior_auth", $GLOBALS['pid'], $_SESSION['userauthorized']);
$_POST['process'] = "";
}
return;
}
}
Loading

0 comments on commit 5bac8f1

Please sign in to comment.