This commit is contained in:
skeris 2024-05-03 21:36:34 +03:00
parent a0fe820382
commit 27b1ba678d

@ -27,7 +27,7 @@ func ProtoItem2ReceiptItem(in *treasurer.Item) yandex.Item {
Quantity: in.Quantity,
Measure: in.Measure,
PaymentSubject: "service",
PaymentMode: "full_payment",
PaymentMode: "full_prepayment",
}
}