Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 6c0a1121

Von Kivitendo Admin vor mehr als 9 Jahren hinzugefügt

  • ID 6c0a112183a4624a482305997d22f435fe794ad7
  • Vorgänger 49e7cf41
  • Nachfolger 921420df

Projektbericht - Sortierung nach Status und Typ repariert

ist nach Umstellung auf Controller kaputt gegangen

Unterschiede anzeigen:

SL/Controller/Project.pm
246 246
        by    => 'projectnumber',
247 247
        dir   => 1,
248 248
      },
249
      customer      => t8('Customer'),
250
      description   => t8('Description'),
251
      projectnumber => t8('Project Number'),
252
      project_type  => t8('Project Type'),
249
      customer       => t8('Customer'),
250
      description    => t8('Description'),
251
      projectnumber  => t8('Project Number'),
252
      project_type   => t8('Project Type'),
253
      project_status => t8('Project Status'),
253 254
    },
254
    with_objects => [ 'customer' ],
255
    with_objects => [ 'customer', 'project_status', 'project_type' ],
255 256
  );
256 257
}
257 258

  

Auch abrufbar als: Unified diff