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í
|
BuyValue: K placení
|
||||||
CustomerId: Kód zákazníka
|
CustomerId: Kód zákazníka
|
||||||
TotalCrates: Celkový počet přepravek
|
TotalCrates: Celkový počet přepravek
|
||||||
|
Modify: upravit
|
||||||
|
|
|
@ -140,3 +140,4 @@ CrateCount: Anzahl Kästen
|
||||||
BuyValue: Zahlbetrag
|
BuyValue: Zahlbetrag
|
||||||
CustomerId: Kundennummer
|
CustomerId: Kundennummer
|
||||||
TotalCrates: Gesamtanzahl Kästen
|
TotalCrates: Gesamtanzahl Kästen
|
||||||
|
Modify: bearbeiten
|
||||||
|
|
|
@ -140,3 +140,4 @@ CrateCount: Crate count
|
||||||
BuyValue: Payment amount
|
BuyValue: Payment amount
|
||||||
CustomerId: Customer id
|
CustomerId: Customer id
|
||||||
TotalCrates: Total crates
|
TotalCrates: Total crates
|
||||||
|
Modify: modify
|
||||||
|
|
|
@ -21,7 +21,7 @@ $if not $ L.null bevs
|
||||||
<td>#{beverageCorrectedAmount bev}
|
<td>#{beverageCorrectedAmount bev}
|
||||||
<td>#{beverageAlertAmount bev}
|
<td>#{beverageAlertAmount bev}
|
||||||
<td>#{formatIntCurrency (beveragePrice bev)} #{appCurrency $ appSettings master}
|
<td>#{formatIntCurrency (beveragePrice bev)} #{appCurrency $ appSettings master}
|
||||||
<td><a href=@{ModifyR bId}>bearbeiten
|
<td><a href=@{ModifyR bId}>_{MsgModify}
|
||||||
$else
|
$else
|
||||||
<p>_{MsgNoItems}
|
<p>_{MsgNoItems}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue