|
Lines 619-624
sub edit_holiday {
Link Here
|
| 619 |
$updateValues{holiday_type} =''; |
619 |
$updateValues{holiday_type} =''; |
| 620 |
$updateValues{is_opened} =1; |
620 |
$updateValues{is_opened} =1; |
| 621 |
}else{ |
621 |
}else{ |
|
|
622 |
delete $updateValues{is_opened}; |
| 622 |
delete $updateValues{holiday_type}; |
623 |
delete $updateValues{holiday_type}; |
| 623 |
} |
624 |
} |
| 624 |
|
625 |
|
|
Lines 1311-1314
sub addDays {
Link Here
|
| 1311 |
return $base_date; |
1312 |
return $base_date; |
| 1312 |
} |
1313 |
} |
| 1313 |
|
1314 |
|
| 1314 |
1; |
1315 |
1; |
| 1315 |
- |
|
|