Skip to content

Commit 6ec3431

Browse files
committed
Debug
1 parent b1ba2cb commit 6ec3431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

myaccount/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@
430430

431431
$listofcontractidmodulesupplier = array();
432432
// Load list of child instance for module supplier
433-
if (!empty($mythirdpartyaccount->context['isamoduleprovider']) && in_array($mode, array('mymodulecustomerinstances', 'mymodulecustomerbilling'))) {
433+
if (!empty($mythirdpartyaccount->context['isamoduleprovider']) && in_array($mode, array('dashboard', 'mymodulecustomerinstances', 'mymodulecustomerbilling'))) {
434434
$sql = 'SELECT DISTINCT c.rowid';
435435
$sql.= ' FROM '.MAIN_DB_PREFIX.'contrat as c';
436436
$sql.= ' LEFT JOIN '.MAIN_DB_PREFIX.'contratdet as d ON d.fk_contrat = c.rowid';

0 commit comments

Comments
 (0)