mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch 'ent-8366-paradas-planificadas-mensuales' into 'develop'
Planned downtime monthly same day on different hours fix See merge request artica/pandorafms!4605
This commit is contained in:
commit
479e6bb870
@ -250,6 +250,7 @@ if ($create_downtime || $update_downtime) {
|
|||||||
} else if ($type_execution == 'periodically'
|
} else if ($type_execution == 'periodically'
|
||||||
&& $type_periodicity == 'monthly'
|
&& $type_periodicity == 'monthly'
|
||||||
&& $periodically_day_from == $periodically_day_to
|
&& $periodically_day_from == $periodically_day_to
|
||||||
|
&& $periodically_time_from >= $periodically_time_to
|
||||||
) {
|
) {
|
||||||
ui_print_error_message(
|
ui_print_error_message(
|
||||||
__('Not created. Error inserting data').'. '.__('The end time must be higher than the start time')
|
__('Not created. Error inserting data').'. '.__('The end time must be higher than the start time')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user