Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
(PC-1647) renamed sandboxes event offer getters (bis)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ledoux committed Mar 22, 2019
1 parent daafe86 commit 2ca98ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sandboxes/scripts/getters/pro_08_stocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
get_venue_helper


def get_existing_pro_validated_user_with_validated_offerer_with_iban_validated_user_offerer_with_event_offer_no_stock():
def get_existing_pro_validated_user_with_validated_offerer_with_iban_validated_user_offerer_with_event_offer_with_no_stock():
query = User.query.filter(User.validationToken == None)
query = filter_users_with_at_least_one_validated_offerer_validated_user_offerer(query)
query = query.join(BankInformation)
Expand Down

0 comments on commit 2ca98ad

Please sign in to comment.