- Addded 'm' to the list of legacy duration formats, for mapping into 'months'.
This commit is contained in:
Paul Beckingham 2014-07-03 16:42:51 -04:00
parent a46b778101
commit c5dacd7d78

View file

@ -184,6 +184,7 @@ void legacyValueMap (const std::string& name, std::string& value)
mapping["mths"] = "months";
mapping["mth"] = "months";
mapping["mos"] = "months";
mapping["m"] = "months";
mapping["qrtrs"] = "quarters";
mapping["qtrs"] = "quarters";
mapping["qtr"] = "quarters";