[DEL] Deleted Split information in popover

At the moment it is better to prioritize performance.
This commit is contained in:
Pablo
2019-01-22 13:17:44 +01:00
parent c6018601a1
commit 81a69f5a1d
5 changed files with 7 additions and 24 deletions

View File

@@ -757,7 +757,7 @@ var PMSCalendarController = AbstractController.extend({
'amount_paid': Number(tp['amount_paid']).toLocaleString(),
'reservation_type': tp['type'],
'out_service_description': tp['out_service_description'],
'reserv_chunks': tp['reserv_chunks'],
'splitted': tp['splitted'],
'channel_type': tp['channel_type'],
};
},