Revert "We are using a field PrescriptionGUID, obtained from NewCrop, to check if...
[openemr.git] / contrib / forms / prosthesis / save.php
blobf29a586af37bb7d1f89c78fbeea8bab2141bd8ff
1 <?php
2 include_once("../../globals.php");
3 include_once("$srcdir/api.inc");
5 require ("C_FormProsthesis.class.php");
6 $c = new C_FormProsthesis();
7 echo $c->default_action_process($_POST);
8 @formJump();
9 ?>