[0000225] Supplier Payment Report showing paid invoices (rounding problem)
[fa-stable.git] / gl / manage / gl_account_types.php
index ac3b32cfd720288d5e7b6df568b16bc13d56f7d2..b73d9111bf92fa28b98a0d7faa6bcc6cde594110 100644 (file)
@@ -182,7 +182,7 @@ if ($selected_id != -1)
        label_row(_("ID:"), $_POST['id']);
 }
 else
-       text_row_ex(_("ID:"), 'id', 4);
+       text_row_ex(_("ID:"), 'id', 10);
 text_row_ex(_("Name:"), 'name', 50);
 
 gl_account_types_list_row(_("Subgroup Of:"), 'parent', null, _("None"), true);