Ticket #1375 AA / BB / CC

git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3421 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
adametz 2018-07-02 13:32:21 +00:00
parent f7bbc5cb8c
commit c51f536f1d
3 changed files with 21 additions and 64 deletions

View file

@ -28,9 +28,11 @@ $(document).ready(function() {
}).then(function(r) {
summary$.html(r);
/*
$('#st-booking-price-set-table .st-total-price-set').html($(r).find('.st-total-price').text());
$('#st-booking-price-set-table .st-deposit-price-set').html($(r).find('.st-deposit-price').text());
$('#st-booking-price-set-table .st-final-price-set').html($(r).find('.st-final-price').text());
*/
}, function() {
summary$.html('Aufgrund eines Fehlers konnte kein Angebot ermittelt werden.');