ADD payout link

This commit is contained in:
ptibogxiv 2019-01-29 14:12:35 +01:00 committed by GitHub
parent 835d222543
commit a3b648824a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,6 +150,18 @@ class modStripe extends DolibarrModules
'target' => '',
'user' => 0
);
$this->menu[$r] = array(
'fk_menu' => 'fk_mainmenu=bank,fk_leftmenu=stripe',
'type' => 'left',
'titre' => 'StripePayoutList',
'url' => '/stripe/payout.php',
'langs' => 'stripe',
'position' => 103,
'enabled' => '$conf->stripe->enabled && $conf->banque->enabled && $conf->global->MAIN_FEATURES_LEVEL >= 1',
'perms' => '$user->rights->banque->lire',
'target' => '',
'user' => 0
);
// Exports
$r=1;