Added link for viewing GL Delivery if clearing account
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 31 Dec 2010 14:01:29 +0000 (14:01 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 31 Dec 2010 14:01:29 +0000 (14:01 +0000)
CHANGELOG.txt
purchasing/po_entry_items.php

index a691fa507219578ee8ac9954dc70c54ac4a1c77d..5d62fa2838e9ed3facda3740e94c0e2189891afb 100644 (file)
@@ -29,6 +29,7 @@ $ /purchasing/includes/db/grn_db.inc
   /invoice_ui.inc
 + Added link for viewing GL Delivery if clearing account
 $ /purchasing/po_receive_items.php
+  /purchasing/po_entry_items.php
 # Bug. $n undefined in /admin/gl_setup.php
 $ /admin/gl_setup.php
   
index d707dbfe11bc841776fd0deb3c779147920c02de..84fe0e38642443572beeab234325a99f3f0c905e 100644 (file)
@@ -97,6 +97,9 @@ if (isset($_GET['AddedID']))
 
        display_note(get_trans_view_str($trans_type, $trans_no, _("&View this GRN")), 0);
 
+    $clearing_act = get_company_pref('grn_clearing_act');
+       if ($clearing_act)      
+               display_note(get_gl_view_str($trans_type, $trans_no, _("View the GL Journal Entries for this Delivery")), 1);
 // not yet
 //     display_note(print_document_link($trans_no, _("&Print This GRN"), true, $trans_type), 0, 1);