Subversion Repositories wpShopGermany4

Rev

Rev 8456 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8456 Rev 8463
Line 53... Line 53...
53
							wpsg_admin_url('Customer', 'edit', ['edit_id' => $this->view['data']['k_id']]).
53
							wpsg_admin_url('Customer', 'edit', ['edit_id' => $this->view['data']['k_id']]).
54
		            	
54
		            	
55
		            	'">'.$this->view['data']['email'].'</a>'); ?>
55
		            	'">'.$this->view['data']['email'].'</a>'); ?>
56
					<?php } ?>
56
					<?php } ?>
57
				<?php } ?>
57
				<?php } ?>
58
				
58
 
59
				<?php echo wpsg_drawForm_Input('email_einvoice', __('E-Mail für eInvoice', 'wpsg'), $this->view['data']['email_einvoice']); ?>
59
				<?php echo wpsg_drawForm_Input('email_einvoice', __('E-Mail für eRechnung', 'wpsg'), $this->view['data']['email_einvoice']); ?>
-
 
60
 
-
 
61
                <?php echo wpsg_drawForm_Input('leitweg_id', __('Leitweg-ID für eRechnung', 'wpsg'), $this->view['data']['leitweg_id']); ?>
60
				
62
 
61
                <br />
63
                <br />
62
                <?php if ($this->view['pflicht']['strasse'] != '2') { ?>
64
                <?php if ($this->view['pflicht']['strasse'] != '2') { ?>
63
                	
65
                	
64
					<?php echo wpsg_drawForm_Input('dialog_strasse', __('Straße', 'wpsg'), $this->view['data']['strasse']); ?>
66
					<?php echo wpsg_drawForm_Input('dialog_strasse', __('Straße', 'wpsg'), $this->view['data']['strasse']); ?>
65
	
67