First Commit - Source Code from Reply
This commit is contained in:
18
dbcmnpsrc/FE/mnpapp/script/report/NumeroLineePortate.sh
Normal file
18
dbcmnpsrc/FE/mnpapp/script/report/NumeroLineePortate.sh
Normal file
@@ -0,0 +1,18 @@
|
||||
#!/usr/bin/ksh
|
||||
#set -x
|
||||
###########################################################
|
||||
# Progetto: MNP - REPORT
|
||||
###########################################################
|
||||
|
||||
#path
|
||||
THIS_PATH=`dirname $0`
|
||||
|
||||
#shell name = report name
|
||||
THIS=`basename $0 .sh`
|
||||
|
||||
#parameter type
|
||||
PARAM_TYPE=1
|
||||
|
||||
# start report
|
||||
$THIS_PATH/startReport.sh $THIS $PARAM_TYPE $1 $2 $3 $4 $5
|
||||
|
||||
Reference in New Issue
Block a user