Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 3e9cded9

Von Bernd Bleßmann vor etwa 1 Jahr hinzugefügt

  • ID 3e9cded976e11d9344e8c1d62c156df9c6a7154c
  • Vorgänger 535d3ff9
  • Nachfolger c91e4426

Lieferantenauftragsbestätigung: Schnellsuche

Unterschiede anzeigen:

SL/Controller/TopQuickSearch.pm
26 26
  'SL::Controller::TopQuickSearch::RequestForQuotation',
27 27
  'SL::Controller::TopQuickSearch::PurchaseQuotationIntake',
28 28
  'SL::Controller::TopQuickSearch::PurchaseOrder',
29
  'SL::Controller::TopQuickSearch::PurchaseOrderConfirmation',
29 30
  'SL::Controller::TopQuickSearch::PurchaseDeliveryOrder',
30 31
  'SL::Controller::TopQuickSearch::GLTransaction',
31 32
  'SL::Controller::TopQuickSearch::Customer',
SL/Controller/TopQuickSearch/PurchaseOrderConfirmation.pm
1
package SL::Controller::TopQuickSearch::PurchaseOrderConfirmation;
2

  
3
use strict;
4
use parent qw(SL::Controller::TopQuickSearch::OERecord);
5

  
6
use SL::Locale::String qw(t8);
7

  
8
sub auth { 'purchase_order_edit | purchase_order_view' }
9

  
10
sub name { 'purchase_order_confirmation' }
11

  
12
sub description_config { t8('Purchase Order Confirmations') }
13

  
14
sub description_field { t8('Purchase Order Confirmations') }
15

  
16
sub type { 'purchase_order_confirmation' }
17

  
18
sub vc { 'vendor' }
19

  
20
1;

Auch abrufbar als: Unified diff