Revision 8145351d
Von David Ohlbrecht vor etwa 15 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
745 | 745 |
"shipvia", "globalprojectnumber", |
746 | 746 |
"transaction_description", "open", |
747 | 747 |
"delivered", "marge_total", "marge_percent", |
748 |
"country", "ustid", |
|
748 |
"customernumber", "ustid", |
|
749 |
"country", |
|
749 | 750 |
); |
750 | 751 |
|
751 | 752 |
# only show checkboxes if gotten here via sales_order form. |
... | ... | |
807 | 808 |
'delivered' => { 'text' => $locale->text('Delivered'), }, |
808 | 809 |
'marge_total' => { 'text' => $locale->text('Ertrag'), }, |
809 | 810 |
'marge_percent' => { 'text' => $locale->text('Ertrag prozentual'), }, |
811 |
'customernumber' => { 'text' => $locale->text('Customer Number'), }, |
|
810 | 812 |
'country' => { 'text' => $locale->text('Country'), }, |
811 | 813 |
'ustid' => { 'text' => $locale->text('USt-IdNr.'), }, |
812 | 814 |
); |
Auch abrufbar als: Unified diff
Suche nach Verkäufer in Mahnungen und Anzeige von Kundennummer in der Auftragssuche.