Skip to content
Snippets Groups Projects

Merge new updates into master

2 files
+ 6
4
Compare changes
  • Side-by-side
  • Inline

Files

@@ -18,8 +18,10 @@ You should have received a copy of the GNU General Public License
@@ -18,8 +18,10 @@ You should have received a copy of the GNU General Public License
along with simcaq-node. If not, see <https://www.gnu.org/licenses/>.
along with simcaq-node. If not, see <https://www.gnu.org/licenses/>.
*/
*/
module.exports = function govermentAgreement(id) {
module.exports = function governmentAgreement(id) {
switch (id) {
switch (id) {
 
case null:
 
return "Não classificada"
case 1:
case 1:
return 'Convênio com rede Municipal';
return 'Convênio com rede Municipal';
case 2:
case 2:
Loading