Bug 22600: Add 'interface' to accountlines
[koha.git] / opac / opac-account-pay-paypal-return.pl
index 76f6d21..07ed4bc 100755 (executable)
@@ -103,7 +103,8 @@ if ( $response->is_success ) {
             {
                 amount => $amount,
                 lines  => \@lines,
-                note   => 'PayPal'
+                note   => 'PayPal',
+                interface => C4::Context->interface
             }
         );
     }