fix the break err
This commit is contained in:
parent
583027422c
commit
0f4d0e1e5b
|
@ -72,7 +72,7 @@
|
||||||
{{range .Bookings}}
|
{{range .Bookings}}
|
||||||
{{if ne .Status -1}}
|
{{if ne .Status -1}}
|
||||||
{{ $allAvailable = false }}
|
{{ $allAvailable = false }}
|
||||||
{{ break }}
|
{{break}}
|
||||||
{{end}}
|
{{end}}
|
||||||
{{end}}
|
{{end}}
|
||||||
{{if $allAvailable}}
|
{{if $allAvailable}}
|
||||||
|
|
Loading…
Reference in New Issue