Stable merged into unstable again (due to failure on binary file during previous...
[fa-stable.git] / purchasing / includes / db / suppalloc_db.inc
index 535e66c5a0208a3b79a44cc50e0447da8e51c1c3..6091e42e9092901d9ba2b50ffd990be80c126281 100644 (file)
@@ -124,7 +124,7 @@ function get_alloc_supp_sql($extra_fields=null, $extra_conditions=null, $extra_t
 
        if ($extra_conditions)
                $sql .= " AND $extra_conditions";
-       
+
        return $sql;
 }
 
@@ -195,6 +195,7 @@ function get_allocatable_from_supp_transactions($supplier_id, $trans_no=null, $t
        return db_query($sql." ORDER BY due_date", "Cannot retreive alloc to transactions");
 }
 
+
 function get_sql_for_supplier_allocation_inquiry()
 {
        $date_after = date2sql($_POST['TransAfterDate']);