You've already forked openaccounting-web
mirror of
https://github.com/openaccounting/oa-web.git
synced 2025-12-09 09:01:24 +13:00
update org timezone
This commit is contained in:
@@ -59,6 +59,14 @@ export class OrgService {
|
||||
});
|
||||
}
|
||||
|
||||
updateOrg(org: Org): Observable<Org> {
|
||||
return this.apiService.putOrg(org)
|
||||
.do(org => {
|
||||
this.org = org;
|
||||
this.sessionService.switchOrg(this.org);
|
||||
})
|
||||
}
|
||||
|
||||
getInvites(): Observable<Invite[]> {
|
||||
return this.apiService.getInvites();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user