[0004904] Customer Credit Note: fixed invalid inventory GL postings for service items.
[fa-stable.git] / purchasing / includes / purchasing_ui.inc
index adbc064de53b40c8582327552171e3a8188579ad..b7e4cd2c0df2844b857e4fd887fd57cffe88ff6d 100644 (file)
@@ -1,14 +1,15 @@
 <?php
 /**********************************************************************
     Copyright (C) FrontAccounting, LLC.
-       Released under the terms of the GNU Affero General Public License,
-       AGPL, as published by the Free Software Foundation, either version 
-       of the License, or (at your option) any later version.
+       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/agpl-3.0.html>.
+    See the License here <http://www.gnu.org/licenses/gpl-3.0.html>.
 ***********************************************************************/
+include_once($path_to_root . "/purchasing/includes/supp_trans_class.inc");
 include_once($path_to_root . "/includes/date_functions.inc");
 
 include_once($path_to_root . "/includes/ui.inc");
@@ -17,4 +18,3 @@ include_once($path_to_root . "/purchasing/includes/ui/invoice_ui.inc");
 include_once($path_to_root . "/purchasing/includes/ui/po_ui.inc");
 include_once($path_to_root . "/purchasing/includes/ui/grn_ui.inc");
 //--------------------------------------------------------------------------------------
-?>
\ No newline at end of file