$charge->cancel(
{
branch => C4::Context->userenv->{'branch'},
staff_id => $user
staff_id => C4::Context->userenv->{'number'}
}
);
-