Skip to content

Commit b93f494

Browse files
committed
fix(portaswitch): include office type parameter in customer list request
1 parent e284113 commit b93f494

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • app/bss/adapters/portaswitch/api

app/bss/adapters/portaswitch/api/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def get_customer_list(self, i_main_office: int) -> dict:
112112
return self._send_request(
113113
module="Customer",
114114
method="get_customer_list",
115-
params={"i_main_office": i_main_office},
115+
params={"i_main_office": i_main_office, "i_office_type": 2},
116116
)
117117

118118
def get_extensions_list(self, i_customer: int, get_main_office_extensions: bool = False) -> dict:

0 commit comments

Comments
 (0)