Skip to content

Commit

Permalink
dbc update to latest cvs version
Browse files Browse the repository at this point in the history
  • Loading branch information
larrylart committed Apr 22, 2008
1 parent fe85b95 commit 395237f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion interface/new/new.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function validate() {
<form name='new_patient' method='post' action="new_patient_save.php"
target='_top' onsubmit='return validate()'>
<a class="title" href="../main/main_screen.php" target="_top" onclick="top.restoreSession()">
<?php xl('New Patient','e');?></a>
<?php xl('Add Patient Record','e');?></a>
<?php } ?>

<br><br>
Expand Down
3 changes: 2 additions & 1 deletion interface/new/new_patient_save.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,15 @@
0, // $pharmacy_id = 0,
"", // $drivers_license = "",
"", // $hipaa_notice = "",
"", // $hipaa_message = ""
"", // $hipaa_message = "",
$_POST['regdate'],
// ======== dutch specific
$form_dbcprefix, // $prefixlast
$form_dbcprefixpartner, // $prefixlastpartner
$form_dbclastpartner, // $lastpartner
"", // $provider_data
"" // $referer_data

);

newEmployerData($pid);
Expand Down

0 comments on commit 395237f

Please sign in to comment.