Subversion Repositories wpShopGermany4

Rev

Rev 7216 | Rev 7243 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7216 Rev 7220
Line 28... Line 28...
28
 
28
 
29
<?php echo wpsg_drawForm_Select('tax_mode', __('Besteuerung'), [
29
<?php echo wpsg_drawForm_Select('tax_mode', __('Besteuerung'), [
30
		\wpsg\wpsg_calculation::TAXMODE_SMALLBUSINESS => __('Kleinunternehmerregelung'),
30
		\wpsg\wpsg_calculation::TAXMODE_SMALLBUSINESS => __('Kleinunternehmerregelung'),
31
		\wpsg\wpsg_calculation::TAXMODE_B2C => __('Endkundenbesteuerung'),
31
		\wpsg\wpsg_calculation::TAXMODE_B2C => __('Endkundenbesteuerung'),
32
		\wpsg\wpsg_calculation::TAXMODE_B2B => __('Firmenkundenbesteuerung')
32
		\wpsg\wpsg_calculation::TAXMODE_B2B => __('Firmenkundenbesteuerung')
33
	], $this->view['oCalculation']->getTaxMode(), ['onchange' => 'WPSG_BE.updateCalculation();']); ?>
33
	], $this->view['oCalculation']->getTaxMode(), ['onchange' => 'WPSG_BE.updateCalculation();', 'help' => 'tax_mode']); ?>
34
 
34
 
35
<br />
35
<br />
36
 
36
 
37
<table class="wpsg_produkte table">
37
<table class="wpsg_produkte table">
38
	<thead>
38
	<thead>