Třídová akce

Kód:
2
Tělo:
SELECT VATAmount
FROM VATClosings5
WHERE 
  (Parent_ID = :Parent_ID) and
  (Country_ID = :Country_ID) and
  (VATRate_ID = :VATRate_ID) and
  ((OSSSupplyType = 0) or (OSSSupplyType = :OSSSupplyType)) and
  (CorrectedClosing_ID IS NULL)

Generated by ABRA Software a.s. 27.10.2021 16:34:12