mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
Add missing translation
This commit is contained in:
parent
5a542d3c67
commit
cff8216d7a
3 changed files with 3 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
%dt= t(:payment_term)
|
||||
%dd= t(@invoice.payment_term)
|
||||
|
||||
%dt= t(:"invoice no")
|
||||
%dt= t(:invoice_number)
|
||||
%dd= @invoice.number
|
||||
|
||||
- if @invoice.description.present?
|
||||
|
|
|
@ -175,7 +175,7 @@
|
|||
%dt= t(:payment_term)
|
||||
%dd= t(@invoice.payment_term)
|
||||
|
||||
%dt= t(:"invoice no")
|
||||
%dt= t(:invoice_number)
|
||||
%dd= @invoice.number
|
||||
|
||||
- if @invoice.description.present?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue