Projekt

Allgemein

Profil

GX-Bug #56431 » patch56431.patch

Alexandros Tselegidis, 02.05.2018 17:14

Unterschiede anzeigen:

src/admin/javascript/engine/compatibility/orders/order_details_controller.js (date 1525273994000)
1 1
/* --------------------------------------------------------------
2
 order_details_controller.js 2017-07-27
2
 order_details_controller.js 2018-05-02
3 3
 Gambio GmbH
4 4
 http://www.gambio.de
5
 Copyright (c) 2016 Gambio GmbH
5
 Copyright (c) 2018 Gambio GmbH
6 6
 Released under the GNU General Public License (Version 2)
7 7
 [http://www.gnu.org/licenses/gpl-2.0.html]
8 8
 --------------------------------------------------------------
......
161 161
				createInvoice();
162 162
			}
163 163
			
164
			jse.libs.xhr.post(requestOptions)
164
			jse.libs.xhr.get(requestOptions)
165 165
				.done(onRequestSuccess)
166 166
				.fail(onRequestFailure);
167 167
		};
    (1-1/1)