Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a42b2b66

Von Bernd Bleßmann vor mehr als 1 Jahr hinzugefügt

  • ID a42b2b66483237dcb2b901ccfb1ba354d14d6ba0
  • Vorgänger a12969f8
  • Nachfolger 2624618d

Auftragszentrische verknüpfte Belege: Optionen in Mandantenkonfiguration

- Beleg selber mit in der Liste Anzeigen
- Verkaufsangebote mit in der Liste Anzeigen

Unterschiede anzeigen:

SL/Controller/RecordLinks.pm
67 67
sub action_ajax_list {
68 68
  my ($self) = @_;
69 69

  
70
  my %order_centric_params = (
71
    with_myself           => $::instance_conf->get_record_links_from_order_with_myself,
72
    with_sales_quotations => $::instance_conf->get_record_links_from_order_with_quotations
73
  );
74

  
70 75
  eval {
71 76
    my $linked_records = $::instance_conf->get_always_record_links_from_order
72
                       ?  $self->object->sales_order_centric_linked_records()
77
                       ?  $self->object->sales_order_centric_linked_records(%order_centric_params)
73 78
                       :  $self->object->linked_records(direction => 'both', recursive => 1, save_path => 1);
74 79

  
75 80
    push @{ $linked_records }, $self->object->sepa_export_items if $self->object->can('sepa_export_items');

Auch abrufbar als: Unified diff