Bad link to view dimension
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 15 May 2009 12:46:49 +0000 (12:46 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 15 May 2009 12:46:49 +0000 (12:46 +0000)
CHANGELOG.txt
access/logout.php
includes/ui/ui_view.inc

index e09af0455cbd46ae2019fe01d6e83a1e64e21f20..64a401d0ae570d6deb56ce0406cbbd7fcc65599c 100644 (file)
@@ -19,6 +19,10 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+15-May-2009 Joe Hunt
+# Bad link to view dimension
+$ /includes/ui/ui_view.inc
+
 14-May-2009 Joe Hunt
 + Added user_id to Journal Inquiry
 $ /gl/inquiry/journal_inquiry.php
index 46357a1524ed6ad543b9f8da030c573428afdc5b..59eae7128938a46f2f4f3a925c88606b5e250f75 100644 (file)
@@ -20,7 +20,7 @@ page(_("Logout"), true, false, "", get_js_png_fix());
 
 <table width="100%" border="0">
   <tr>
-       <td align="center"><img src="<?php echo "$path_to_root/themes/default/images/logo_frontaccounting.png";?>" alt="FrontAccounting" width="250" height="50" onload="fixPNG(this)"></td>
+       <td align="center"><img src="<?php echo "$path_to_root/themes/default/images/logo_frontaccounting.png";?>" alt="FrontAccounting" width="250" height="50" onload="fixPNG(this)" /></td>
   </tr>
   <tr>
     <td>&nbsp;</td>
index f2f36f534eb2d8bd77e526da94438ba6289366d3..186c7a1414d70b1f6ab7924e2468dcd1939bf1f2 100644 (file)
@@ -175,7 +175,7 @@ function get_dimensions_trans_view_str($type, $trans_no, $label="", $icon=false,
        $class='', $id='')
 {
        if ($type == 40)
-               $viewer = "dimensions/view_dimension.php?trans_no=$trans_no";
+               $viewer = "dimensions/view/view_dimension.php?trans_no=$trans_no";
        else
                return null;