Implemented customizable authentication timeout.
[fa-stable.git] / purchasing / supplier_payment.php
index 91db00d4e240953529578a803d662db0faa0a39a..a2603dfb113c43b1710bec4e80384b66fe7b1bee 100644 (file)
@@ -42,7 +42,6 @@ check_db_has_suppliers(_("There are no suppliers defined in the system."));
 check_db_has_bank_accounts(_("There are no bank accounts defined in the system."));
 
 //----------------------------------------------------------------------------------------
-set_editor('supplier', 'supplier_id' , 'bank_account');
 
 if (!isset($_POST['supplier_id']))
        $_POST['supplier_id'] = get_global_supplier(false);