Skip to content

Commit

Permalink
name
Browse files Browse the repository at this point in the history
  • Loading branch information
BobLamarley committed Nov 15, 2024
1 parent 67db0d0 commit c1816a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tps.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ async function send_admin_mail_tp_reservation_created(owner, from_date, to_date,
`;
try {
await maisrv.send_notif_mail({
'name': 'tps_password',
'name': 'tps_reservation_notif',
'destinations': [CONFIG.general.accounts],
'subject': '[TP reservation to accept/decline] ' + owner
}, {
Expand Down

0 comments on commit c1816a6

Please sign in to comment.