Skip to content
Snippets Groups Projects

Merge new updates into master

Merged Pietro Cavassin requested to merge new_updates into master
3 files
+ 6
5
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -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 govermentAgreement(id) {
module.exports = function governmentAgreement(id) {
switch (id) {
case 1:
return 'Convênio com rede Municipal';
@@ -32,6 +32,7 @@ module.exports = function govermentAgreement(id) {
return 'Privada sem detalhamento';
case 6:
return 'Não se aplica (pública)';
case null:
default:
return 'Não classificada';
}
Loading