Preparing for Graphic Links final.Optimized.
[fa-stable.git] / sales / allocations / customer_allocation_main.php
index 4ba875bd9524161fa9ab081e0223281a28cbe007..c3c3c3af8af9fa3518ebc0af09979f533100d1ca 100644 (file)
@@ -1,5 +1,14 @@
 <?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 
+       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>.
+***********************************************************************/
 $path_to_root="../..";
 $page_security = 3;
 include($path_to_root . "/includes/db_pager.inc");
@@ -74,8 +83,7 @@ function alloc_link($row)
 {
        return pager_link(_("Allocate"),
                "/sales/allocations/customer_allocate.php?trans_no="
-                       .$row["trans_no"] . "&trans_type=" . $row["type"]               
-       );
+                       .$row["trans_no"] . "&trans_type=" . $row["type"], ICON_MONEY);
 }
 
 function amount_left($row)