Arreglo de generación de abonos de cliente a partir de una factura las cantidades cambian de signo
git-svn-id: https://192.168.0.254/svn/Proyectos.Acana_FactuGES2/trunk@34 f4e31baf-9722-1c47-927c-6f952f962d4b
This commit is contained in:
parent
ba5d78ab28
commit
a3eae8cb81
@ -223,7 +223,7 @@ begin
|
||||
if (FieldByName(CAMPO_CANTIDAD).AsInteger <> 0) then
|
||||
begin
|
||||
Edit;
|
||||
FieldByName(CAMPO_CANTIDAD).AsInteger := -1;
|
||||
FieldByName(CAMPO_CANTIDAD).AsInteger := (-1) * FieldByName(CAMPO_CANTIDAD).AsInteger;
|
||||
end;
|
||||
Next;
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user