diff --git a/Source/Cliente/uBootStrap.pas b/Source/Cliente/uBootStrap.pas index 9429a713..8db9e21b 100644 --- a/Source/Cliente/uBootStrap.pas +++ b/Source/Cliente/uBootStrap.pas @@ -46,7 +46,8 @@ begin LoadModule('Inventario_plugin.bpl'); LoadModule('HistoricoMovimientos_plugin.bpl'); - LoadModule('Balances_plugin.bpl'); + LoadModule('Balances_plugin.bpl'); + LoadModule('CuentasEspeciales_plugin.bpl'); LoadModule('Ejercicios_plugin.bpl'); LoadModule('Epigrafes_plugin.bpl'); end;