Skip to content

Commit 8357959

Browse files
committed
updated files
1 parent d66b7c0 commit 8357959

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Block/Adminhtml/System/ListLicense.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,9 @@ public function render(\Magento\Framework\Data\Form\Element\AbstractElement $ele
215215
if(!$value && isset($_extension['license']) && $_extension['license']){
216216
$value = $_extension['license'];
217217
}
218+
if(!$value && isset($_extension['key']) && $_extension['key']){
219+
$value = $_extension['key'];
220+
}
218221
$value = trim($value);
219222
$baseUrl = $this->_storeManager->getStore()->getBaseUrl(
220223
\Magento\Framework\UrlInterface::URL_TYPE_WEB,

0 commit comments

Comments
 (0)