Skip to content

Instantly share code, notes, and snippets.

@avidas
Last active December 29, 2017 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avidas/82d08afb750e697dadcb5055e43188cf to your computer and use it in GitHub Desktop.
Save avidas/82d08afb750e697dadcb5055e43188cf to your computer and use it in GitHub Desktop.
begin
TenantService.switch_to_rest_of_world_tenant
account = Account.find_by_short_code 'BJGQA0'
pr = account.primary_reservations.active.find_by(description: '9068')
ct_start = Date.today.beginning_of_year.next_year # 01/01/2018
ct_duration = 24
CommitmentTermService.new(pr).update(ct_duration, ct_start)
end
@ianguffy
Copy link

👍

@edohring
Copy link

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment