Revision 15bcb411
Von Sven Schöling vor etwa 15 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
681 | 681 |
"salesman", |
682 | 682 |
"shipvia", "globalprojectnumber", |
683 | 683 |
"transaction_description", "open", |
684 |
"delivered", "marge_total", "marge_percent" |
|
684 |
"delivered", "marge_total", "marge_percent", |
|
685 |
"country", "ustid", |
|
685 | 686 |
); |
686 | 687 |
|
687 | 688 |
# only show checkboxes if gotten here via sales_order form. |
... | ... | |
742 | 743 |
'open' => { 'text' => $locale->text('Open'), }, |
743 | 744 |
'delivered' => { 'text' => $locale->text('Delivered'), }, |
744 | 745 |
'marge_total' => { 'text' => $locale->text('Ertrag'), }, |
745 |
'marge_percent' => { 'text' => $locale->text('Ertrag prozentual'), } |
|
746 |
'marge_percent' => { 'text' => $locale->text('Ertrag prozentual'), }, |
|
747 |
'country' => { 'text' => $locale->text('Country'), }, |
|
748 |
'ustid' => { 'text' => $locale->text('USt-IdNr.'), }, |
|
746 | 749 |
); |
747 | 750 |
|
748 | 751 |
foreach my $name (qw(id transdate reqdate quonumber ordnumber name employee salesman shipvia transaction_description)) { |
Auch abrufbar als: Unified diff
2 Felder noch on die Auftragssuche übernommen.