modifed modify modification
This commit is contained in:
parent
6cc90f6f5d
commit
27a5d38eda
4 changed files with 4 additions and 1 deletions
|
@ -140,3 +140,4 @@ CrateCount: Počet Přepravek
|
|||
BuyValue: K placení
|
||||
CustomerId: Kód zákazníka
|
||||
TotalCrates: Celkový počet přepravek
|
||||
Modify: upravit
|
||||
|
|
|
@ -140,3 +140,4 @@ CrateCount: Anzahl Kästen
|
|||
BuyValue: Zahlbetrag
|
||||
CustomerId: Kundennummer
|
||||
TotalCrates: Gesamtanzahl Kästen
|
||||
Modify: bearbeiten
|
||||
|
|
|
@ -140,3 +140,4 @@ CrateCount: Crate count
|
|||
BuyValue: Payment amount
|
||||
CustomerId: Customer id
|
||||
TotalCrates: Total crates
|
||||
Modify: modify
|
||||
|
|
|
@ -21,7 +21,7 @@ $if not $ L.null bevs
|
|||
<td>#{beverageCorrectedAmount bev}
|
||||
<td>#{beverageAlertAmount bev}
|
||||
<td>#{formatIntCurrency (beveragePrice bev)} #{appCurrency $ appSettings master}
|
||||
<td><a href=@{ModifyR bId}>bearbeiten
|
||||
<td><a href=@{ModifyR bId}>_{MsgModify}
|
||||
$else
|
||||
<p>_{MsgNoItems}
|
||||
|
||||
|
|
Loading…
Reference in a new issue