forked from science-ation/science-ation
Add notes about putting ID's in numerical order for division and category
This commit is contained in:
parent
f4bc5ad4c3
commit
f5225bdca8
@ -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();
|
||||
?>
|
||||
|
@ -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();
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user