...
In long term this would also save us time when we'll be splitting In-Portal into smaller modules.
Before
Code Block |
---|
language | php |
---|
firstline | 651 |
---|
title | application.php |
---|
linenumbers | true |
---|
|
if ( $currency_iso === false ) {
if ( $this->isModuleEnabled('In-Commerce') ) { |
After
Code Block |
---|
language | php |
---|
firstline | 651 |
---|
title | application.php |
---|
linenumbers | true |
---|
|
if ( $currency_iso === false ) {
if ( $this->prefixRegistred('curr') ) { |
Related Tasks
Jira Legacy |
---|
server | System Jira |
---|
columns | key,summary,type,created,updated,due,assignee,reporter,priority,status,resolution |
---|
serverId | 513b375f-8291-3313-9d9f-704c39b1f915 |
---|
key | INP-1314 |
---|
|