Skip to content
Snippets Groups Projects

Es23 students receiving aid tax

Merged es23 requested to merge es23-students-receiving-aid-tax into development
2 files
+ 19
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License
along with simcaq-node. If not, see <https://www.gnu.org/licenses/>.
*/
module.exports = function ageRange(id) {
module.exports = function ageRangeAll(id) {
switch (id) {
case 1:
return '0 a 3 anos';
Loading