fixed book from ticket api
This commit is contained in:
@@ -173,7 +173,7 @@ try {
|
||||
(idserviceschedule, iduser, prevbookingstart, idprevserviceschedule,
|
||||
idservice, idorder, bookingstart, status)
|
||||
VALUES
|
||||
(:sched, :uid, '0', '0', :service, :order, :newstart, 'pending')
|
||||
(:sched, :uid, NULL, 0, :service, :order, :newstart, 'pending')
|
||||
");
|
||||
$ins->execute([
|
||||
':sched' => $newScheduleId,
|
||||
|
||||
Reference in New Issue
Block a user