Adding that chalet calle hinojo is sold.

This commit is contained in:
Sergiotarxz 2024-05-27 14:40:56 +02:00
parent 2889710166
commit 1e1e832f20
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ sub default_alternative($self) {
}
sub is_active ($self) {
if (DateTime->new(year => 2024, month => 6, day => 11) < DateTime->now()) {
if (DateTime->new(year => 2024, month => 8, day => 11) < DateTime->now()) {
return 0;
}
return 1;
@ -46,7 +46,7 @@ sub img ($self) {
}
sub text($self) {
return 'Chalet pareado en venta en calle Hinojo por 160 000€';
return '(VENDIDA) Chalet pareado en venta en calle Hinojo por 160 000€';
}
sub href {