Desktop version

Main > Forum > Applications > 1C:Small Business (1C:SB) > bug - CommonForms.VendorDebtsPickForm.Module

Forum

Search UsersRules
bug - CommonForms.VendorDebtsPickForm.Module
#1
Just came
Points:: 0
Joined:: May 26, 2016

Proc FillDebts()

Code
//   Query.SetParameter("Company", Counterparty);

but must be
Code
//   Query.SetParameter("Company", SubsidiaryCompany);???

if "SubsidiaryCompany" then we have a trouble in Document form  PaymentExpense
Code
Procedure Pick(Command)

SelectionParameters = New Structure(
      "AddressPaymentDetailsInStorage,
      |Company,
      |Date,
      |Counterparty,
      |Ref,
      |OperationKind,
      |CashCurrency,
      |DocumentAmount",
      AddressPaymentDetailsInStorage,
      SubsidiaryCompany, //    - unfilled value.
      Object.Date,
      Object.Counterparty,
      Object.Ref,
      Object.OperationKind,
      Object.CashCurrency,
      Object.DocumentAmount
   );

also
Code
Procedure OnCreateAtServer(Cancel, StandardProcessing)
   
   Period = Parameters.Date;
   Counterparty = Parameters.Counterparty;  - ???????
   Counterparty = Parameters.Counterparty;
        CashCurrency = Parameters.CashCurrency;
   Ref = Parameters.Ref;
   OperationKind = Parameters.OperationKind;
   DocumentAmount = Parameters.DocumentAmount;
[...]

Same problem PaymentExpense. Object module  FillPaymentDetails()
Code
//   Query.SetParameter("Company", Counterparty);??????

Profile
#2
Guest
Points::
Joined::

Hello, Anton!

Thank you for this information, I have sent it to the developer team.

Profile
#3
Active user
Points:: 0
Joined:: Jun 25, 2013

Hello, Anton.

We have fixed the bug in Small Business 1.5.3.44

Profile
Subscribe
Users browsing this topic (guests: 1, registered: 0, hidden: 0)



© 1C LLC. All rights reserved
1C Company respects the privacy of our customers and visitors
to our Web-site.