Add notes about putting ID's in numerical order for division and category

This commit is contained in:
james 2005-01-21 17:30:28 +00:00
parent f4bc5ad4c3
commit f5225bdca8
2 changed files with 2 additions and 0 deletions

View File

@ -119,6 +119,7 @@
}
echo "</table>";
echo "</form>";
echo i18n("You should assign the 'Category ID's in numerical order, starting with 1. This Category ID is used to generate the project number");
send_footer();
?>

View File

@ -114,6 +114,7 @@
}
echo "</table>";
echo "</form>";
echo i18n("You should assign the 'Division ID's in numerical order, starting with 1. This Division ID is used to generate the project number");
send_footer();
?>