Changed so voiding and view/print is working with the new Sales Order/Sales Quotation
[fa-stable.git] / sales / view / view_sales_order.php
index 40902e445cd759d8486c870a0e0fbd688cf1dd27..920b1fc7d4cd65e4f3e7c229a569e28c99aafd0c 100644 (file)
@@ -191,6 +191,8 @@ if ($_GET['trans_type'] != 32)
        end_table();
 }
 echo "<center>";
+if ($_SESSION['View']->so_type == 1)
+       display_note(_("This Sales Order is used as a Template."), 0, 0, "class='currentfg'");
 display_heading2(_("Line Details"));
 
 start_table("colspan=9 width=95% $table_style");