Fixed a couple of obvious errors.
[fa-stable.git] / purchasing / manage / suppliers.php
index bc8f3f28ccde84a6f9bd29a7ed815311fff9c54e..552d4e04fbcde05e19b6a22a0aa2fba4afb72a3d 100644 (file)
@@ -132,6 +132,7 @@ function supplier_settings(&$supplier_id)
        gl_all_accounts_list_row(_("Purchase Discount Account:"), 'payment_discount_account', $_POST['payment_discount_account']);
        if (!$supplier_id) {
                table_section_title(_("Contact Data"));
+               text_row(_("Contact Person:"), 'contact', null, 42, 40);
                text_row(_("Phone Number:"), 'phone', null, 32, 30);
                text_row(_("Secondary Phone Number:"), 'phone2', null, 32, 30);
                table_section_title(_("Contact Data"));