Merged changes from main branch up to 2.1.3.
[fa-stable.git] / sales / sales_order_entry.php
index 6a2c2b067e481fb8fef786df43fc745d21bcf072..e965c493dfc1a68c33bb33f956cfc85221fc9c9e 100644 (file)
@@ -114,6 +114,8 @@ if (isset($_GET['AddedID'])) {
        submenu_print(_("&Print Delivery Note"), 13, $delivery, 'prtopt');
        set_focus('prtopt');
 
+       display_note(get_gl_view_str(13, $delivery, _("View the GL Journal Entries for this Dispatch")),1);
+
        submenu_option(_("Make &Invoice Against This Delivery"),
                "/sales/customer_invoice.php?DeliveryNumber=$delivery");
 
@@ -136,6 +138,8 @@ if (isset($_GET['AddedID'])) {
        submenu_print(_("&Print Sales Invoice"), 10, $invoice, 'prtopt');
        set_focus('prtopt');
 
+       display_note(get_gl_view_str(10, $invoice, _("View the GL &Journal Entries for this Invoice")),1);
+
        if ((isset($_GET['Type']) && $_GET['Type'] == 1))
                submenu_option(_("Enter a &New Template Invoice"), 
                        "inquiry/sales_orders_view.php?InvoiceTemplates=Yes");