add confirm to book-now-button

This commit is contained in:
Frederik Jaeckel 2024-09-29 21:28:41 +02:00
parent 95e12414bc
commit 88bac83429
6 changed files with 21 additions and 12 deletions

View file

@ -401,7 +401,7 @@ class PlannerTestCase(object):
job._compute_dates_by_rrule(
count=1, query_date=date(2022, 5, 1)), [
date(2022, 5, 1)])
Planner.booknow([job])
Planner.book_now([job])
self.assertEqual(
job.rec_name, "Job 1|Book 1|Exp|Cat1|06/01/2022|usd0.00")