Skip to content

Commit a58d14a

Browse files
authored
Merge pull request #1884 from daniel89fg/name-code-mandato
Cambiado el nombre de la columna código de los mandatos de las cuenta…
2 parents 7364dd4 + 123d0c8 commit a58d14a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Core/Controller/ListCliente.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* This file is part of FacturaScripts
4-
* Copyright (C) 2017-2025 Carlos Garcia Gomez <carlos@facturascripts.com>
4+
* Copyright (C) 2017-2026 Carlos Garcia Gomez <carlos@facturascripts.com>
55
*
66
* This program is free software: you can redistribute it and/or modify
77
* it under the terms of the GNU Lesser General Public License as
@@ -63,7 +63,7 @@ protected function createViewBankAccounts(string $viewName = 'ListCuentaBancoCli
6363
{
6464
$this->addView($viewName, 'CuentaBancoCliente', 'bank-accounts', 'fa-solid fa-piggy-bank')
6565
->addSearchFields(['codcuenta', 'descripcion', 'iban', 'mandato', 'swift'])
66-
->addOrderBy(['codcuenta'], 'bank-mandate')
66+
->addOrderBy(['codcuenta'], 'code')
6767
->addOrderBy(['descripcion'], 'description')
6868
->addOrderBy(['iban'], 'iban')
6969
->addOrderBy(['mandato'], 'bank-mandate')

0 commit comments

Comments
 (0)