@gip-recia/menu-cantine
Advanced tools
Comparing version 0.1.10 to 0.1.11
{ | ||
"name": "@gip-recia/menu-cantine", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"description": "Affichage des menus de cantine des établissements scolaire du secondaire en région centre.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -42,5 +42,9 @@ function calculMaxSemaine (jours, startAt, perView) { | ||
if (maxPlats) { | ||
var nb = maxPlats[partie]; | ||
if (nb) { | ||
return nb; | ||
if (partie) { | ||
var nb = maxPlats[partie]; | ||
if (nb) { | ||
return nb; | ||
} | ||
} else { | ||
return 1; | ||
} | ||
@@ -47,0 +51,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1188474
8815