From: Janusz Dobrowolski Date: Wed, 17 Jun 2009 12:18:03 +0000 (+0000) Subject: Fixed supplier payment view link. X-Git-Tag: v2.4.2~19^2~1363 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=eb5b2d3ee7cc0fca5ec63dfada65ecf23b693e85;p=fa-stable.git Fixed supplier payment view link. --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 15f15718..d5985553 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,10 @@ Legend: ! -> Note $ -> Affected files +17-Jun-2009 Janusz Dobrowolski +# Fixed supplier payment view link +$ /includes/ui/ui_view.inc + 03-Jun-2009 Janusz Dobrowolski ! Delete buttons prepared for js confirmation. $ /admin/fiscalyears.php diff --git a/includes/ui/ui_view.inc b/includes/ui/ui_view.inc index 99111d9d..ac41ccf0 100644 --- a/includes/ui/ui_view.inc +++ b/includes/ui/ui_view.inc @@ -25,7 +25,7 @@ function get_supplier_trans_view_str($type, $trans_no, $label="", $icon=false, elseif ($type == 21) $viewer .= "view_supp_credit.php"; elseif ($type == 22) - $viewer = "view_supp_payment.php"; + $viewer .= "view_supp_payment.php"; elseif ($type == 25) $viewer .= "view_grn.php"; else