X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fpo_entry_items.php;h=84fe0e38642443572beeab234325a99f3f0c905e;hb=61ba1cc9406056fdb2c22bd253521fae45e660c0;hp=d707dbfe11bc841776fd0deb3c779147920c02de;hpb=46c5f7a65a7659a44ae8254c63152074363d3987;p=fa-stable.git diff --git a/purchasing/po_entry_items.php b/purchasing/po_entry_items.php index d707dbfe..84fe0e38 100644 --- a/purchasing/po_entry_items.php +++ b/purchasing/po_entry_items.php @@ -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);