Subversion Repositories wpShopGermany4

Rev

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

Rev 7580 Rev 7620
Line 13... Line 13...
13
 
13
 
14
		if (jQuery('#wpsg_rechnungen_gutschrift1').attr('checked') || jQuery('#wpsg_rechnungen_gutschrift2').attr('checked'))
14
		if (jQuery('#wpsg_rechnungen_gutschrift1').attr('checked') || jQuery('#wpsg_rechnungen_gutschrift2').attr('checked'))
15
		{
15
		{
16
 
16
 
17
			window.setTimeout(function() { 
17
			window.setTimeout(function() { 
-
 
18
				location.href = '<?php 
-
 
19
				
18
				location.href = '<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Order&action=view&edit_id=<?php echo $this->view['data']['id']; ?>'; 
20
					echo wpsg_admin_url('Order', 'view', ['edit_id' => $this->view['data']['id']]); 
-
 
21
					
-
 
22
				?>'; 
19
			}, 1000);
23
			}, 1000);
20
 
24
 
21
		}
25
		}
22
 
26
 
23
		return true;
27
		return true;