Patch level :2.2 102
Files correlati : Ricompilazione Demo : [ ] Commento :sistemato errore di compilazione git-svn-id: svn://10.65.10.50/trunk@13117 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
9366d42d52
commit
c95ab06477
@ -8,10 +8,9 @@ int main(int argc,char** argv)
|
|||||||
|
|
||||||
switch (s)
|
switch (s)
|
||||||
{
|
{
|
||||||
case 0 :
|
|
||||||
default: cgp4100(argc,argv) ; break; // Importa stipendi in prima nota (OMASA)
|
|
||||||
case 1 :
|
case 1 :
|
||||||
default: cgp4200(argc,argv) ; break; // Importazione clienti (GSA/CODFIDI)
|
cgp4100(argc,argv) ; break; // Importa stipendi in prima nota (OMASA)
|
||||||
|
default: cgp4100(argc,argv) ; break; // Importazione clienti (GSA/CODFIDI)
|
||||||
}
|
}
|
||||||
exit(0);
|
exit(0);
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user