TextLabel.INV_ITEM_UNIT.toLowerCase(), unitCode));
} else {
template.addToken(new Token(TextLabel.INV_ITEM_UNIT.toLowerCase(), unitCode));
}
invoiceLineTokens.addToken(new Token(
TextLabel.INV_ITEM_QUANTITY.toLowerCase(), quantity.format()));
}
// Item Price
PriceType price = quantityConverter.getPriceType();
PriceAmountType priceAmount = null;