Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 35269204

Von Bernd Bleßmann vor 11 Monaten hinzugefügt

  • ID 35269204013582d47d9242ec554fb13eaaee4e76
  • Vorgänger 565b77d7
  • Nachfolger c7ca3573

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