diff --git a/src/api/ADempiere/form/VAllocation.ts b/src/api/ADempiere/form/VAllocation.ts index ba527ce485f..5052d5f3fc8 100644 --- a/src/api/ADempiere/form/VAllocation.ts +++ b/src/api/ADempiere/form/VAllocation.ts @@ -9,7 +9,7 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License @@ -43,6 +43,7 @@ export function listBusinessPartners({ page_size: pageSize, page_token: pageToken, // DSL Query + is_only_active_records: true, search_value: searchValue } }) @@ -63,6 +64,7 @@ export function requestListOrganizations({ page_size: pageSize, page_token: pageToken, // DSL Query + is_only_active_records: true, search_value: searchValue } }) @@ -80,6 +82,7 @@ export function requestListCurrencies({ page_size: pageSize, page_token: pageToken, // DSL Query + is_only_active_records: true, search_value: searchValue } }) @@ -167,6 +170,7 @@ export function requestListCharges({ page_size: pageSize, page_token: pageToken, // DSL Query + is_only_active_records: true, search_value: searchValue } }) @@ -185,6 +189,7 @@ export function requestListTransactionOrganizations({ page_size: pageSize, page_token: pageToken, // DSL Query + is_only_active_records: true, search_value: searchValue } }) diff --git a/src/components/ADempiere/FormDefinition/VAllocation/SearchCriteria/businessPartner.vue b/src/components/ADempiere/FormDefinition/VAllocation/SearchCriteria/businessPartner.vue index 7e05efebef0..72bd0f4863f 100644 --- a/src/components/ADempiere/FormDefinition/VAllocation/SearchCriteria/businessPartner.vue +++ b/src/components/ADempiere/FormDefinition/VAllocation/SearchCriteria/businessPartner.vue @@ -19,11 +19,11 @@