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