Added a TODO comment
This commit is contained in:
parent
268127cf11
commit
440371d296
1 changed files with 2 additions and 0 deletions
|
|
@ -1047,6 +1047,8 @@ void instance_t::commodity_alias_directive(commodity_t&, string)
|
|||
|
||||
void instance_t::commodity_format_directive(commodity_t&, string format)
|
||||
{
|
||||
// jww (2012-02-27): A format specified this way should turn off
|
||||
// observational formatting.
|
||||
trim(format);
|
||||
amount_t amt;
|
||||
amt.parse(format);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue