X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=t%2Fhelper%2Fdatetime.t;h=4966540c994a46fdc7f1e20478cf5a9fb4c6c392;hb=04dccca70c47960cd6ea03a4f0ae05a9cbc42c41;hp=9d1dd03b993d4c88f4c1dedcd25770c07c6780f4;hpb=cb397ea33ea59967757fe6b60dfb57aa7bfaca00;p=kivitendo-erp.git diff --git a/t/helper/datetime.t b/t/helper/datetime.t index 9d1dd03b9..4966540c9 100644 --- a/t/helper/datetime.t +++ b/t/helper/datetime.t @@ -48,7 +48,7 @@ is tue->add_businessdays(businessweek => 6, days => 9), tue->add(days => 10), "t is tue->add_businessdays(businessweek => 6, days => 8), tue->add(days => 9), "tue + 8 => thu (date) (6dw)"; -# same with substract +# same with subtract is mon->subtract_businessdays(days => 5)->day_of_week, 1, "mon - 5 => mon"; is mon->subtract_businessdays(days => 12)->day_of_week, 4, "mon - 12 => thu";