Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In long term this would also save us time when we'll be splitting In-Portal into smaller modules.

Before

Code Block
languagephp
firstline651
titleapplication.php
firstline651
linenumberstrue
if ( $currency_iso === false ) {
	if ( $this->isModuleEnabled('In-Commerce') ) {

After

Code Block
languagephp
firstline651
titleapplication.phpfirstline651
linenumberstrue
if ( $currency_iso === false ) {
	if ( $this->prefixRegistred('curr') ) {

Related Tasks

Jira Legacy
serverSystem Jira
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId513b375f-8291-3313-9d9f-704c39b1f915
keyINP-1314