Bug 21683: Remove accountlines.accountno
[koha.git] / Koha / REST / V1 / Patrons / Account.pm
index deb4d3d..b0d623b 100644 (file)
@@ -226,7 +226,6 @@ sub _to_model {
 
 our $to_api_mapping = {
     accountlines_id   => 'account_line_id',
-    accountno         => undef,                  # removed
     accounttype       => 'account_type',
     amountoutstanding => 'amount_outstanding',
     borrowernumber    => 'patron_id',