Update card.php
This commit is contained in:
parent
3afb577888
commit
f5bdc1db6d
@ -46,7 +46,7 @@ $cancel = GETPOST('cancel', 'alpha');
|
|||||||
$confirm = GETPOST('confirm');
|
$confirm = GETPOST('confirm');
|
||||||
$note = GETPOST('note', 'alpha');
|
$note = GETPOST('note', 'alpha');
|
||||||
$typeid = (int) GETPOST('typeid', 'int');
|
$typeid = (int) GETPOST('typeid', 'int');
|
||||||
$amount = GETPOST('amount', 'alpha');
|
$amount = price2num(GETPOST('amount', 'alpha'), 'MT');
|
||||||
|
|
||||||
if (!$user->rights->adherent->cotisation->lire)
|
if (!$user->rights->adherent->cotisation->lire)
|
||||||
accessforbidden();
|
accessforbidden();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user