Projekt

Allgemein

Profil

GX-Bug #54763 » OrdersDetailsVatFix.patch

Till Tepelmann, 11.01.2018 16:14

Unterschiede anzeigen:

src/admin/html/compatibility/order_details.php (revision )
320 320
										<div class="grid">
321 321
											<div class="span12">
322 322
												<?php
323
													echo number_format($productInformation['tax']) . '%';
323
													echo gm_prepare_number($productInformation['tax']) . '%';
324 324
												?>
325 325
											</div>
326 326
										</div>
    (1-1/1)