|
|
@@ -688,7 +688,7 @@ def informe_categoria(request):
|
|
|
'movimientos_con_saldo': movimientos_con_saldo,
|
|
|
'fecha_inicio': fecha_inicio_str,
|
|
|
'fecha_fin': fecha_fin_str,
|
|
|
- 'saldo_inicial': saldo_inicial
|
|
|
+ 'saldo_despues': saldo_despues
|
|
|
}
|
|
|
|
|
|
return render(request, 'informe_categoria.html', context)
|