Revision 7349649b
Von Kivitendo Admin vor mehr als 8 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
425 | 425 |
# business |
426 | 426 |
$TMPL_VAR{business_label} = ($form->{vc} eq "customer" ? $locale->text('Customer type') : $locale->text('Vendor type')); |
427 | 427 |
|
428 |
push @custom_hiddens, "customer_klass" if $form->{vc} eq 'customer';
|
|
428 |
push @custom_hiddens, "customer_pricegroup_id" if $form->{vc} eq 'customer';
|
|
429 | 429 |
|
430 | 430 |
my $credittext = $locale->text('Credit Limit exceeded!!!'); |
431 | 431 |
|
Auch abrufbar als: Unified diff
Kunde: Datenbanktabelle "klass" nach "pricegroup_id" migriert
und einen Fremdschlüssel gesetzt.