Credited forum user bogeyman2007 for popup search lists and making it GPL3
[fa-stable.git] / sales / inquiry / customers_list.php
index 6ff94cc16dc82cc9b534ba17be4bd826495ae62b..99a80c40ea1bda859f29236ceadcbc07332f9585 100644 (file)
@@ -1,7 +1,18 @@
 <?php
 /**********************************************************************
-  Page for searching item list and select it to item selection
-  in sales order and purchase order.
+    Copyright (C) FrontAccounting, LLC.
+       Released under the terms of the GNU General Public License, GPL, 
+       as published by the Free Software Foundation, either version 3 
+       of the License, or (at your option) any later version.
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
+    See the License here <http://www.gnu.org/licenses/gpl-3.0.html>.
+***********************************************************************/
+/**********************************************************************
+  Page for searching customer list and select it to customer selection
+  in pages that have the supplier dropdown lists.
+  Author: bogeyman2007 from Discussion Forum. Modified by Joe Hunt
 ***********************************************************************/
 $page_security = "SA_SALESORDER";
 $path_to_root = "../..";