We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e5241 commit 0faa667Copy full SHA for 0faa667
1 file changed
templates/ddt/body.php
@@ -35,8 +35,8 @@
35
if ($replaces['c_indirizzo'] || $replaces['c_città_full'] || $replaces['c_telefono'] || $replaces['c_cellulare']) {
36
++$c;
37
}
38
-if ($destinazione || $partenza) {
39
- $c += 3;
+if ($destinazione && $partenza) {
+ $c += 4;
40
} elseif ($destinazione || $partenza) {
41
42
0 commit comments