generated from OBJNULL/Dockerized-Rust
Added Days Message
This commit is contained in:
parent
39647abec7
commit
1f85666377
1 changed files with 2 additions and 2 deletions
|
@ -97,12 +97,12 @@ impl App {
|
||||||
// Returning the Result
|
// Returning the Result
|
||||||
if calculation.reversed {
|
if calculation.reversed {
|
||||||
SharedString::from(format!(
|
SharedString::from(format!(
|
||||||
"Retract the billing date to {} (-{}).",
|
"Retract the billing date to {} (-{} Days).",
|
||||||
calculation.new_date, calculation.days_pushed
|
calculation.new_date, calculation.days_pushed
|
||||||
))
|
))
|
||||||
} else {
|
} else {
|
||||||
SharedString::from(format!(
|
SharedString::from(format!(
|
||||||
"Extend the billing date to {} (+{}).",
|
"Extend the billing date to {} (+{} Days).",
|
||||||
calculation.new_date, calculation.days_pushed
|
calculation.new_date, calculation.days_pushed
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue