Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit ffb198f
Author: Roman <[email protected]>
Date:   Thu Nov 2 11:29:34 2023 +0100

    Fix <Prenotazione>.get_booking_type method

commit 592e4b3
Author: Roman <[email protected]>
Date:   Thu Nov 2 10:05:55 2023 +0100

    Fix

commit 22c1e4d
Author: Roman <[email protected]>
Date:   Thu Nov 2 09:50:11 2023 +0100

    Remove cosa_serve field from the Booking Folder

commit 354c4cb
Author: Roman <[email protected]>
Date:   Tue Oct 31 14:46:27 2023 +0100

    Fix booking duration type

commit 5ffc526
Merge: d3d4b34 7829bc6
Author: Roman <[email protected]>
Date:   Tue Oct 31 12:07:30 2023 +0100

    Merge branch 'develop' into booking_types_ct

commit d3d4b34
Author: Roman <[email protected]>
Date:   Tue Oct 31 11:49:43 2023 +0100

    Fix booking duration converison

commit 8ce51e6
Author: Roman <[email protected]>
Date:   Tue Oct 31 10:53:12 2023 +0100

    Fix booking types duration vocabulary values type

commit 34429b6
Author: Roman <[email protected]>
Date:   Tue Oct 31 10:39:48 2023 +0100

    Fix booking duration handling

commit 0af7e6e
Author: Roman <[email protected]>
Date:   Tue Oct 31 10:16:20 2023 +0100

    Fix BookingType profile

commit 142bb8d
Author: Roman <[email protected]>
Date:   Tue Oct 31 10:00:36 2023 +0100

    Hide gates

commit f748cd7
Author: Roman <[email protected]>
Date:   Fri Oct 27 17:49:34 2023 +0200

    Refactor the @@prenotazioni_context_state.get_booking_type_duration method

commit d1209e7
Author: Roman <[email protected]>
Date:   Thu Oct 26 15:10:41 2023 +0200

    Refactor

commit 8da8dea
Author: Roman <[email protected]>
Date:   Thu Oct 26 15:05:56 2023 +0200

    Refactor

commit 5aac9ce
Author: Roman <[email protected]>
Date:   Thu Oct 26 14:37:37 2023 +0200

    Fix typos

commit 190b0ca
Author: Roman <[email protected]>
Date:   Thu Oct 19 16:54:46 2023 +0200

    Initial implementation
  • Loading branch information
folix-01 committed Nov 2, 2023
1 parent b49a0f8 commit e1de2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redturtle/prenotazioni/content/prenotazione.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,5 +298,5 @@ def canDeleteBooking(self):

def get_booking_type(self):
return {
i.title: i.title for i in self.getPrenotazioniFolder().get_booking_types()
i.title: i for i in self.getPrenotazioniFolder().get_booking_types()
}.get(self.booking_type, None)

0 comments on commit e1de2d3

Please sign in to comment.