JS: Amount set_currency() nows sets _is_native.

This commit is contained in:
Arthur Britto
2013-02-17 22:57:12 -08:00
committed by Stefan Thomas
parent 58bb750a67
commit b759a9001a

View File

@@ -699,6 +699,7 @@ Amount.prototype.set_currency = function (c) {
{
c.copyTo(this._currency);
}
this._is_native = this._currency.is_native();
return this;
};