Added portuguese translation.
[fa-stable.git] / admin / void_transaction.php
index 7eee558c46e4768576465bf949f6877749ae854b..6066d3ed338a570cf5761cddc0a98035814ead3e 100644 (file)
@@ -163,9 +163,6 @@ function voiding_controls()
                _("GL") => array('insert'=>true, 'fun'=>'gl_view'),
                _("Select") => array('insert'=>true, 'fun'=>'select_link') 
        );
-       if(!$trans_ref) {
-               array_remove($cols, 1);
-       }
 
        $table =& new_db_pager('transactions', $sql, $cols);
        $table->width = "40%";