fix: set default x12 partner for item in billing manager (#7502)
[openemr.git] / contrib / forms / treatment_protocols / new.php
blob65ee5f7619ac89c55c7f35ff6b9f2a9e2ea10e76
1 <?php
3 //////////////////////////////////////////////////////////////////////
4 // ------------------ DO NOT MODIFY VIEW.PHP !!! ---------------------
5 // View.php is an exact duplicate of new.php. If you wish to make
6 // any changes, then change new.php and either (recommended) make
7 // view.php a symbolic link to new.php, or copy new.php to view.php.
8 //
9 // And if you check in a change to either module, be sure to check
10 // in the other (identical) module also.
12 // This nonsense will go away if we ever move to subversion.
13 //////////////////////////////////////////////////////////////////////
15 // Copyright (C) 2006-2007 Rod Roark <rod@sunsetsystems.com>
17 // This program is free software; you can redistribute it and/or
18 // modify it under the terms of the GNU General Public License
19 // as published by the Free Software Foundation; either version 2
20 // of the License, or (at your option) any later version.
22 $spreadsheet_form_name = 'treatment_protocols';
23 require_once("../../globals.php");
24 require_once("$srcdir/spreadsheet.inc.php");