}
if ( $accountline ) {
if ( $accountline->amount != Koha::Number::Price->new($amount)->round ) {
if ( Koha::Number::Price->new($accountline->amount)->round != Koha::Number::Price->new($amount)->round ) {
$accountline->adjust(
{
amount => $amount,
-