Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
prozorro-sale
Protocol service
Commits
2163e063
Commit
2163e063
authored
Jan 18, 2022
by
Pavel Kuzmenko
Browse files
hotfix(ALL PROC): revert add amount in words
parent
f34d9c2f
Pipeline
#34842
passed with stages
in 2 minutes and 58 seconds
Changes
10
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/prozorro_sale/protocol_service/templates/alienation/english/complete.html
View file @
2163e063
...
...
@@ -164,7 +164,7 @@
<div>
<strong>
Сума, яка підлягає сплаті переможцем електронного аукціону/учасником, що подав єдину заяву (у випадку
продажу):
</strong>
{
% include 'base/
final
_v
alue
_
amount
_
to_string
.html' %
}
{
{ standardize_amount(billing.
final
V
alue
.
amount
,
to_string
=True, with_vat=billing.finalValue.withVAT) if billing.finalValue else blank + " грн.коп."}
}
</div>
<br>
...
...
src/prozorro_sale/protocol_service/templates/basicSell/dutch/complete.html
View file @
2163e063
...
...
@@ -145,7 +145,7 @@
<div>
<strong>
Сума, яка підлягає сплаті переможцем електронного аукціону/учасником, що подав єдину заяву (у випадку
продажу):
</strong>
{
% include 'base/
final
_v
alue
_
amount
_
to_string
.html' %
}
{
{ standardize_amount(billing.
final
V
alue
.
amount
,
to_string
=True, with_vat=billing.finalValue.withVAT) if billing.finalValue else blank + " грн.коп."}
}
</div>
<br>
...
...
src/prozorro_sale/protocol_service/templates/basicSell/english/complete.html
View file @
2163e063
...
...
@@ -159,7 +159,7 @@
<div>
<strong>
Сума, яка підлягає сплаті переможцем електронного аукціону/учасником, що подав єдину заяву (у випадку
продажу):
</strong>
{
% include 'base/
final
_v
alue
_
amount
_
to_string
.html' %
}
{
{ standardize_amount(billing.
final
V
alue
.
amount
,
to_string
=True, with_vat=billing.finalValue.withVAT) if billing.finalValue else blank + " грн.коп."}
}
</div>
<br>
...
...
src/prozorro_sale/protocol_service/templates/commercialSell/dutch/complete.html
View file @
2163e063
...
...
@@ -145,7 +145,7 @@
<div>
<strong>
Сума, яка підлягає сплаті переможцем електронного аукціону/учасником, що подав єдину заяву (у випадку
продажу):
</strong>
{
% include 'base/
final
_v
alue
_
amount
_
to_string
.html' %
}
{
{ standardize_amount(billing.
final
V
alue
.
amount
,
to_string
=True, with_vat=billing.finalValue.withVAT) if billing.finalValue else blank + " грн.коп." }
}
</div>
<br>
...
...
src/prozorro_sale/protocol_service/templates/commercialSell/english/complete.html
View file @
2163e063
...
...
@@ -159,7 +159,7 @@
<div>
<strong>
Сума, яка підлягає сплаті переможцем електронного аукціону/учасником, що подав єдину заяву (у випадку
продажу):
</strong>
{
% include 'base/
final
_v
alue
_
amount
_
to_string
.html' %
}
{
{ standardize_amount(billing.
final
V
alue
.
amount
,
to_string
=True, with_vat=billing.finalValue.withVAT) if billing.finalValue else blank + " грн.коп." }
}
</div>
<br>
...
...
src/prozorro_sale/protocol_service/templates/railwayCargo/dutch/complete.html
View file @
2163e063
...
...
@@ -137,7 +137,7 @@
<div>
<strong>
Сума, яка підлягає сплаті переможцем електронного аукціону (у випадку продажу)/сума яку необхідно сплачувати
щомісячно (у випадку оренди):
</strong>
{
% include 'base/final_
value
_
amount
_
to_string
.html' %
}
{
{ standardize_amount(procedure.winner_bid.
value
.
amount
,
to_string
=True, with_vat=procedure.value.valueAddedTaxIncluded) }
}
</div>
<br>
...
...
src/prozorro_sale/protocol_service/templates/railwayCargo/english/complete.html
View file @
2163e063
...
...
@@ -151,7 +151,7 @@
<div>
<strong>
Сума, яка підлягає сплаті переможцем електронного аукціону/учасником, що подав єдину заяву (у випадку
продажу):
</strong>
{
% include 'base/final_
value
_
amount
_
to_string
.html' %
}
{
{ standardize_amount(procedure.winner_bid.
value
.
amount
,
to_string
=True, with_vat=procedure.value.valueAddedTaxIncluded) }
}
</div>
<br>
...
...
src/prozorro_sale/protocol_service/templates/subsoil/dutch/complete.html
View file @
2163e063
...
...
@@ -138,7 +138,7 @@
<div>
<strong>
Сума, яка підлягає сплаті переможцем електронного аукціону (у випадку продажу)/сума яку необхідно сплачувати
щомісячно (у випадку оренди):
</strong>
{
% include 'base/final_value_amount_to_string.html' %}
{
{ blank }} грн.коп.
</div>
<br>
...
...
src/prozorro_sale/protocol_service/templates/subsoil/english/complete.html
View file @
2163e063
...
...
@@ -137,7 +137,7 @@
<div>
<strong>
Сума, яка підлягає сплаті переможцем електронного аукціону:
</strong>
{
% include 'base/final_value_amount_to_string.html' %}
{
{ blank }} грн.коп.
</div>
<br>
...
...
src/prozorro_sale/protocol_service/templates/timber/english/complete.html
View file @
2163e063
...
...
@@ -164,7 +164,7 @@
<div>
<strong>
Сума, яка підлягає сплаті переможцем електронного аукціону/учасником, що подав єдину заяву (у випадку
продажу):
</strong>
{
% include 'base/final_
value
_
amount
_
to_string
.html' %
}
{
{ standardize_amount(procedure.winner_bid.
value
.
amount
,
to_string
=True, with_vat=procedure.value.valueAddedTaxIncluded) }
}
</div>
<br>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment