customers
This commit is contained in:
@@ -89,6 +89,7 @@ export class ReservesService {
|
||||
});
|
||||
|
||||
const saved = await this.reservesRepository.save(reserve);
|
||||
await this.customersService.linkToSalon(saved.salonId, saved.customerId);
|
||||
await this.logStatusChange(saved.id, null, saved.status, user.id);
|
||||
return this.findOne(saved.id, user);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user