Arreglo de importe de porte que no hay que añadirlo en la base imponible ya que lo desglosamos por articulo

git-svn-id: https://192.168.0.254/svn/Proyectos.Acana_FactuGES2/trunk@35 f4e31baf-9722-1c47-927c-6f952f962d4b
This commit is contained in:
roberto 2007-12-05 17:07:35 +00:00
parent a3eae8cb81
commit 3d73f8a9c4

View File

@ -100,7 +100,7 @@ begin
if not Self.DataTable.Editing then
Edit;
IMPORTE_DESCUENTO := IMPORTE_NETO * (DESCUENTO/100);
BASE_IMPONIBLE := IMPORTE_NETO - IMPORTE_DESCUENTO + IMPORTE_PORTE;
BASE_IMPONIBLE := IMPORTE_NETO - IMPORTE_DESCUENTO; //+ IMPORTE_PORTE; ya no se tiene en cuenta porque se desglosa por artículo
end;
procedure TBizPedidoProveedor.CalcularImporteTotal;