Update transaction.php

This commit is contained in:
ptibogxiv 2018-03-05 20:06:14 +01:00 committed by GitHub
parent 877b446373
commit 76e81eec90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,15 +36,6 @@ $socid = GETPOST("socid","int");
if ($user->societe_id) $socid=$user->societe_id;
//$result = restrictedArea($user, 'salaries', '', '', '');
if (empty($conf->global->STRIPECONNECT_LIVE))
{
$mode=$conf->global->STRIPECONNECT_LIVE;
}
else
{
$mode=$conf->global->STRIPE_LIVE;
}
$limit = GETPOST('limit')?GETPOST('limit','int'):$conf->liste_limit;
$rowid = GETPOST("rowid",'alpha');
$sortfield = GETPOST("sortfield",'alpha');