X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Finquiry%2Fcustomer_allocation_inquiry.php;h=6d6d656f94ef68e70ea1a35b6b6285e9c2ab8e4c;hb=e39d77850382a1184502c596aae74f353de38774;hp=b82dda856eae43a6d0025e5d159f84dfe4ad0ccb;hpb=b41f81ed2c825462ec293ff11521320606bdeb8e;p=fa-stable.git diff --git a/sales/inquiry/customer_allocation_inquiry.php b/sales/inquiry/customer_allocation_inquiry.php index b82dda85..6d6d656f 100644 --- a/sales/inquiry/customer_allocation_inquiry.php +++ b/sales/inquiry/customer_allocation_inquiry.php @@ -188,17 +188,8 @@ function fmt_credit($row) ."trans.ov_freight + trans.ov_freight_tax + " ."trans.ov_discount) - trans.alloc,6) != 0) "; } - -// $sql .= " ORDER BY trans.tran_date"; - -/* -if (db_num_rows($result) == 0) -{ - display_note(_("The selected customer has no transactions for the given dates."), 1, 1); -} else { -*/ -// start_table("$table_style width='80%'"); //------------------------------------------------------------------------------------------------ + $cols = array( _("Type") => array('type'=>'spec', 'fun'=>'systype_name'), _("Number") => array('type'=>'spec', 'fun'=>'view_link'),