Subversion Repositories wpShopGermany4

Rev

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

Rev 7787 Rev 7940
Line 21... Line 21...
21
		echo wpsg_pad_left(wpsg_ff($gs[$display_brutto_netto], $this->get_option('wpsg_currency')), 34)."\r\n";
21
		echo wpsg_pad_left(wpsg_ff($gs[$display_brutto_netto], $this->get_option('wpsg_currency')), 34)."\r\n";
22
		
22
		
23
	}
23
	}
24
	
24
	
25
	echo '     '.wpsg_pad_right(__('Zu zahlen', 'wpsg'), 37);
25
	echo '     '.wpsg_pad_right(__('Zu zahlen', 'wpsg'), 37);
26
	echo wpsg_pad_left(wpsg_ff($arCalculation['topay_brutto'], $this->get_option('wpsg_currency')), 34)."\r\n";
26
	echo wpsg_pad_left(wpsg_ff($arCalculation['sum']['topay_brutto'], $this->get_option('wpsg_currency')), 34)."\r\n";
27
	 
27
	 
28
28