Added 'note' sub-directive to 'commodity'
This commit is contained in:
parent
bee748cc93
commit
268127cf11
1 changed files with 2 additions and 0 deletions
|
|
@ -1026,6 +1026,8 @@ void instance_t::commodity_directive(char * line)
|
||||||
commodity_nomarket_directive(*commodity);
|
commodity_nomarket_directive(*commodity);
|
||||||
else if (keyword == "default")
|
else if (keyword == "default")
|
||||||
commodity_default_directive(*commodity);
|
commodity_default_directive(*commodity);
|
||||||
|
else if (keyword == "note")
|
||||||
|
commodity->set_note(string(b));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue