git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@462 0c75b7a4-871f-7646-8a2f-f78d34cc349f
This commit is contained in:
parent
ed8598d8d9
commit
111a736a56
@ -54,8 +54,8 @@
|
|||||||
<DelphiCompile Include="Articulos_model.dpk">
|
<DelphiCompile Include="Articulos_model.dpk">
|
||||||
<MainSource>MainSource</MainSource>
|
<MainSource>MainSource</MainSource>
|
||||||
</DelphiCompile>
|
</DelphiCompile>
|
||||||
<DCCReference Include="ApplicationBase.dcp" />
|
<DCCReference Include="..\..\Pedidos a proveedor\Controller\ApplicationBase.dcp" />
|
||||||
<DCCReference Include="Base.dcp" />
|
<DCCReference Include="..\..\Pedidos a proveedor\Controller\Base.dcp" />
|
||||||
<DCCReference Include="Data\uIDataModuleArticulos.pas" />
|
<DCCReference Include="Data\uIDataModuleArticulos.pas" />
|
||||||
<DCCReference Include="schArticulosClient_Intf.pas" />
|
<DCCReference Include="schArticulosClient_Intf.pas" />
|
||||||
<DCCReference Include="schArticulosServer_Intf.pas" />
|
<DCCReference Include="schArticulosServer_Intf.pas" />
|
||||||
|
|||||||
Binary file not shown.
@ -113,7 +113,8 @@ begin
|
|||||||
inherited;
|
inherited;
|
||||||
// ID := GetRecNo; // -1, -2, -3...
|
// ID := GetRecNo; // -1, -2, -3...
|
||||||
INVENTARIABLE := 1;
|
INVENTARIABLE := 1;
|
||||||
PARAM_TIEMPO := CTE_PARAM_TIEMPO;
|
PARAM_TIEMPO := AppFactuGES.EmpresaActiva.PARAM_TIEMPO;
|
||||||
|
PARAM_MARGEN := AppFactuGES.EmpresaActiva.PARAM_MARGEN;
|
||||||
IniciarValoresArticuloNuevo;
|
IniciarValoresArticuloNuevo;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user