fixed typo
This commit is contained in:
@@ -57,7 +57,7 @@ $ng_timep_thursday = '00:00-00:00',
|
|||||||
$ng_timep_friday = '00:00-00:00',
|
$ng_timep_friday = '00:00-00:00',
|
||||||
$ng_timep_saturday = '00:00-00:00',
|
$ng_timep_saturday = '00:00-00:00',
|
||||||
$ng_timep_sunday = '00:00-00:00',
|
$ng_timep_sunday = '00:00-00:00',
|
||||||
$ng_timep_special_01 = undef,
|
$ng_timep_special_01 = '',
|
||||||
$ng_timep_special_02 = '00:00-00:00',
|
$ng_timep_special_02 = '00:00-00:00',
|
||||||
|
|
||||||
) {
|
) {
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ define timeperiod {
|
|||||||
saturday <%= @ng_timep_saturday %>
|
saturday <%= @ng_timep_saturday %>
|
||||||
sunday <%= @ng_timep_sunday %>
|
sunday <%= @ng_timep_sunday %>
|
||||||
}
|
}
|
||||||
<% unless @ng_timep_special_01.empty? -%>
|
<% unless @ng_timep_special.empty? -%>
|
||||||
define timeperiod {
|
define timeperiod {
|
||||||
timeperiod_name <%= @ng_timeperiod_name %>
|
timeperiod_name <%= @ng_timeperiod_name %>
|
||||||
@ng_timep_special_01
|
@ng_timep_special_01
|
||||||
|
|||||||
Reference in New Issue
Block a user