if __hard_subtotal.receipt.items:getdiscount(discount):is_initialized() and __hard_subtotal.receipt.items:getdiscount(discount):get():sign() == 0 then if string.len(ukm.rightpad(ukm.left(discount.name, width-20),width-20,".") .. " " .. tostring(__hard_subtotal.receipt.items:getbasetotal(discount)*ukm.currency(0.05))) < width then text = text .. ukm.adjustment(ukm.rightpad(ukm.left(discount.name, width-20),width-20,"."), tostring(__hard_subtotal.receipt.items:getbasetotal(discount)*ukm.currency(0.05)), width-1, ".") .. "\n"; else text = text .. ukm.rightpad(ukm.rightpad(ukm.left(discount.name, width-20),width-20,"."), width-1, ".") .. "\n"; text = text .. ukm.leftpad(tostring(__hard_subtotal.receipt.items:getbasetotal(discount)*ukm.currency(0.05)),width-1,".") .. "\n"; end end
if __hard_subtotal.receipt.items:getdiscount(discount):is_initialized() and __hard_subtotal.receipt.items:getdiscount(discount):get():sign() ~= 0 then
Скрытый текст (вы должны войти под своим логином или зарегистрироваться и иметь 21 сообщение(ий)): У вас нет прав чтобы видеть скрытый текст, содержащийся здесь. |