Added Sales Quotations, inquiry and report
[fa-stable.git] / sales / view / view_invoice.php
index b1aa50c5e3bb80b850b2410db2f5549e3d0d2449..410629a030cf2b62f7b9b55aca6eaa1fd37426f4 100644 (file)
@@ -38,7 +38,7 @@ $myrow = get_customer_trans($trans_id, 10);
 
 $branch = get_branch($myrow["branch_code"]);
 
-$sales_order = get_sales_order_header($myrow["order_"]);
+$sales_order = get_sales_order_header($myrow["order_"], 30);
 
 display_heading(sprintf(_("SALES INVOICE #%d"),$trans_id));