Bugs at order confirm fixed
This commit is contained in:
parent
3ca7bb7688
commit
b56a12c341
|
@ -1,4 +1,4 @@
|
||||||
hedera-web (1.405.98) stable; urgency=low
|
hedera-web (1.405.99) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -86,6 +86,12 @@ module.exports = new Class
|
||||||
this.parent (props);
|
this.parent (props);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
,appendChild: function (child)
|
||||||
|
{
|
||||||
|
if (child.nodeType === Node.TEXT_NODE)
|
||||||
|
this.query = child.textContent;
|
||||||
|
}
|
||||||
|
|
||||||
,loadXml: function (builder, node)
|
,loadXml: function (builder, node)
|
||||||
{
|
{
|
||||||
this.parent (builder, node);
|
this.parent (builder, node);
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hedera-web",
|
"name": "hedera-web",
|
||||||
"version": "1.405.98",
|
"version": "1.405.99",
|
||||||
"description": "Verdnatura web page",
|
"description": "Verdnatura web page",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in New Issue