| @@ -175,8 +175,17 @@ | ||
| 175 | 175 | , 'description' => '' |
| 176 | 176 | , 'group' => 'import_advanced' |
| 177 | 177 | ); |
| 178 | 178 | |
| 179 | + $this->fields['booking_ics_import_append_extra_checkout_day'] = array( | |
| 180 | + 'type' => 'checkbox' | |
| 181 | + , 'default' => 'Off' | |
| 182 | + , 'title' => __('Append extra day after imported checkout day', 'booking') | |
| 183 | + , 'label' => __('Append one extra day after the imported check out day during import .ics feeds.' ,'booking') | |
| 184 | + , 'description' => __('This option works together with "Append check out day" and is useful only if you need to block one additional day after the checkout date from the imported calendar.' ,'booking') | |
| 185 | + , 'group' => 'import_advanced' | |
| 186 | + ); | |
| 187 | + | |
| 179 | 188 | if ( class_exists( 'wpdev_bk_biz_s' ) ) { |
| 180 | 189 | // FixIn: 8.1.3.29. |
| 181 | 190 | $this->fields['booking_ics_import_add_change_over_time'] = array( |
| 182 | 191 | 'type' => 'checkbox' |