It is now possible to print the types of payment in the language corresponding to the invoice language. The setting is carried out in the article database just like normal articles. The following functions are used in the invoice:
"THISFORM.f_rb.getptype(THIS.parent.i_jptype1.DisplayValue)" for the first to the third type of payment (change "jptype1" to "jptype2" or "jptype3") and for the last type of payment: "THISFORM.f_rb.getptype(THIS.parent.d_jptype4.Value)".