Facturas de cliente -> permitir abonos con importe 0.
git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@507 0c75b7a4-871f-7646-8a2f-f78d34cc349f
This commit is contained in:
parent
0c3f6a21b5
commit
8cdd7b3947
@ -550,7 +550,7 @@ begin
|
||||
|
||||
//En caso de ser un Abono no podra tener un importe total positivo
|
||||
if (AFactura.TIPO = CTE_TIPO_ABONO) then
|
||||
if (AFactura.IMPORTE_TOTAL >= 0) then
|
||||
if (AFactura.IMPORTE_TOTAL > 0) then
|
||||
raise Exception.Create('Un abono nunca no puede tener un importe positivo, asegurese que las cantidades sean negativas');
|
||||
|
||||
{ Asegurarse de valores en campos "automáticos" tanto
|
||||
|
||||
Loading…
Reference in New Issue
Block a user