This commit is contained in:
sergiotarxz 2021-04-07 00:38:37 +02:00
parent bbad8a14c7
commit 52a7e053a4
Signed by: sergiotarxz
GPG Key ID: E5903508B6510AC2
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ begin
write('Categoría ');
write('Monto a cancelar');
writeln('');
for i := 1 to Length(array_horas_obreros) do
for i := 0 to Length(array_horas_obreros) do
begin
write(OBREROS[i] + ' ');
total_horas_obrero := 0;