Objektová akce

Kód:
3
Tělo:
UPDATE
  POSDocuments2
SET
  OrderPrintDateTime$date = :OrderPrintDateTime,
  OrderRepairPrintDateTime$date = :OrderRepairPrintDateTime,
  OrderQuantity = :OrderQuantity,
  OrderPrintState = :OrderPrintState,
  OrderWasteQuantityPrinted = :OrderWasteQuantity,
  OrderCorrectionQuantityPrinted = :OrderCorrectionQuantity
WHERE
  (id = :OBJID) AND
  (objversion = :OBJVERSION)

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