Skip to content
Snippets Groups Projects
Commit 8d85c035 authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

"WaybillNumber" --> "ShippingCustomerID"

parent 4fa28837
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
\ifShippingCompany \ifShippingCompany
\put(62bp,709bp){\checkBox[1]{\textbf{Transportunternehmen}}}% \put(62bp,709bp){\checkBox[1]{\textbf{Transportunternehmen}}}%
\put(77bp,689bp){\checkBox[1]{\vl@ModeOfTransport}}% \put(77bp,689bp){\checkBox[1]{\vl@ModeOfTransport}}%
\put(62bp,675bp){\textbf{Kundennr.:}~\texttt{\vl@WaybillNumber}}% \put(62bp,675bp){\textbf{Kundennr.:}~\texttt{\vl@ShippingCustomerID}}%
\else \else
\put(62bp,709bp){% \put(62bp,709bp){%
\checkBox[1]{\parbox[t]{141bp}{\setstretch{1}% \checkBox[1]{\parbox[t]{141bp}{\setstretch{1}%
......
...@@ -190,7 +190,7 @@ ...@@ -190,7 +190,7 @@
\newcommand*\Purchaser[1]{\vl@setcommand{vl@Purchaser}{#1}} \newcommand*\Purchaser[1]{\vl@setcommand{vl@Purchaser}{#1}}
\newcommand*\vl@Referee{} \newcommand*\vl@Referee{}
\newcommand*\Referee[1]{\vl@setcommand{vl@Referee}{#1}} \newcommand*\Referee[1]{\vl@setcommand{vl@Referee}{#1}}
\newcommand*\vl@DateOfArrival{} \newcommand*\vl@DateOfArrival{}% wird nicht benutzt
\newif\ifDateOfArrival \DateOfArrivalfalse \newif\ifDateOfArrival \DateOfArrivalfalse
\newcommand*\DateOfArrival[1]{% \newcommand*\DateOfArrival[1]{%
\vl@setcommand{vl@DateOfArrival}{#1}% \vl@setcommand{vl@DateOfArrival}{#1}%
...@@ -214,8 +214,8 @@ ...@@ -214,8 +214,8 @@
\fi \fi
} }
\newcommand*\vl@WaybillNumber{} \newcommand*\vl@ShippingCustomerID{}
\newcommand*\WaybillNumber[1]{\vl@setcommand{vl@WaybillNumber}{#1}} \newcommand*\ShippingCustomerID[1]{\vl@setcommand{vl@ShippingCustomerID}{#1}}
\newcounter{vl@TransportType} \setcounter{vl@TransportType}{0} \newcounter{vl@TransportType} \setcounter{vl@TransportType}{0}
\newcommand*\TransportType[1]{\vl@setcounter{vl@TransportType}{#1}} \newcommand*\TransportType[1]{\vl@setcounter{vl@TransportType}{#1}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment