sA
Size: a a a
sA
VG
sA
VO
VO
VG
ВР
VG
ВР
SZ
SZ
SZ
МИ
a
sub need_send_to_collection {
my $object = shift;
return object_overdue( $object ) && notice_sent( $object ) && ! $collection->object_present( $object );
}
foreach my $invoice( @invoices ) {
send_to_collection( $invoice ) if is_correct_moon_phase( $invoice, $some_other_context_object ) && need_send_to_collection( $invoice);
}
SZ
sub need_send_to_collection {
my $object = shift;
return object_overdue( $object ) && notice_sent( $object ) && ! $collection->object_present( $object );
}
foreach my $invoice( @invoices ) {
send_to_collection( $invoice ) if is_correct_moon_phase( $invoice, $some_other_context_object ) && need_send_to_collection( $invoice);
}
a
sA
a
VZ
a