У меня работает вот так (42SP5):
function print_display_item_20_2(__display, __item)
local text = "";
text = text .. __display:goto_xy(0,0);
text = text .. ukm.leftpad(ukm.left(__item.name, 20), 20, " ");
text = text .. __display:goto_xy(0,1);
local itemsign = " ";
if __item.type == ukm.item.cancel then
itemsign = "X";
elseif __item.type == ukm.item.void then
itemsign = "-";
end
if __item.receipt.subtotal.__ok then
text = text .. ukm.adjustment( "ИТОГО:" .. tostring(__item.receipt.subtotal.amount).. itemsign ,tostring(__item.total), 20, " ");
else
text = text .. ukm.adjustment(tostring(__item.quantity), tostring(__item.total) .. itemsign , 20, " ");
end
return text;
end
И еще должн быть установлен в параметрах "Постоянный подитог"