Merge branch 'development'

This commit is contained in:
Chika 2022-01-21 16:41:23 +03:00
commit 9c1dcfc8c3
2 changed files with 0 additions and 13 deletions

View File

@ -6,8 +6,6 @@ export const mainOptionsVariables:
| Record<string, any> = {
currentDate: currentISODate,
statecode: 0,
supplier_account_type: [100000001],
supplier_legal_form: 100000001,
dealer_account_type: [100000001],
dealer_legal_form: 100000001,
product_relation: [100000000],

View File

@ -4,8 +4,6 @@
query GetMainOptions(
$statecode: Int
$currentDate: DateTime
$supplier_account_type: [Int!]
$supplier_legal_form: Int
$dealer_account_type: [Int!]
$dealer_legal_form: Int
$product_relation: [Int!]
@ -16,15 +14,6 @@ query GetMainOptions(
$fuelcard_product_type: Int
$techcard_product_type: Int
) {
selectSupplier: accounts(
evo_account_type: $supplier_account_type
statecode: $statecode
evo_legal_form: $supplier_legal_form
) {
name
accountid
evo_fin_department_accountid
}
selectSupplierCurrency: transactioncurrencies(statecode: $statecode) {
transactioncurrencyid
isocurrencycode