def normalizeAmountField(self, amount_text): as_float = Container.getFloat(amount_text) return Container.formatDollars(as_float)