X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fsupplier_payment.php;h=a2603dfb113c43b1710bec4e80384b66fe7b1bee;hb=8f7ac519b7aaf8ec219862597e878d3a28316ac6;hp=91db00d4e240953529578a803d662db0faa0a39a;hpb=f018643dc04ce130f1729e16a65458af443308a0;p=fa-stable.git diff --git a/purchasing/supplier_payment.php b/purchasing/supplier_payment.php index 91db00d4..a2603dfb 100644 --- a/purchasing/supplier_payment.php +++ b/purchasing/supplier_payment.php @@ -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);