ДОМЕНЫ - ВОПРОСЫ - НДС: Исправить VAT follow-up контекст даты, кодировку data-scope probe и strict account scope для open-contract fallback
This commit is contained in:
@@ -2293,7 +2293,8 @@ class AddressQueryService {
|
||||
const missingSubcontoFallbackEligible = plan.recipe.recipe_id === "address_movements_receivables_v1" ||
|
||||
plan.recipe.recipe_id === "address_movements_payables_v1" ||
|
||||
plan.recipe.recipe_id === "address_payables_confirmed_as_of_date_v1" ||
|
||||
plan.recipe.recipe_id === "address_receivables_confirmed_as_of_date_v1";
|
||||
plan.recipe.recipe_id === "address_receivables_confirmed_as_of_date_v1" ||
|
||||
plan.recipe.recipe_id === "address_open_contracts_candidates_v1";
|
||||
const missingSubcontoErrorDetected = Boolean(mcp.error && missingSubcontoFallbackEligible && isMissingSubcontoFieldError(mcp.error));
|
||||
if (missingSubcontoErrorDetected) {
|
||||
let missingSubcontoResolvedByComposite = false;
|
||||
|
||||
Reference in New Issue
Block a user