add confirm to book-now-button
This commit is contained in:
parent
95e12414bc
commit
88bac83429
6 changed files with 21 additions and 12 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue