Merge pull request #1341 from rahulshukla-webkul/development

issue #1340
This commit is contained in:
Jitendra Singh 2019-08-22 14:18:39 +05:30 committed by GitHub
commit c2719ac472
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -128,6 +128,10 @@
$value = null;
} else {
$value = $option['value'];
if (! $value) {
$value = 0;
}
}
?>
@ -162,6 +166,10 @@
$value = null;
} else {
$value = $option['value'];
if (! $value) {
$value = 0;
}
}
?>