From 14ce21d220d21a6d9e5f7286a128d9838a768e0a Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Fri, 19 Aug 2022 10:36:49 +0700 Subject: initial commit release --- addons/pos_mercury/static/src/js/OrderReceipt.js | 0 addons/pos_mercury/static/src/js/PaymentScreen.js | 0 addons/pos_mercury/static/src/js/PaymentScreenPaymentLines.js | 0 addons/pos_mercury/static/src/js/PaymentTransactionPopup.js | 0 addons/pos_mercury/static/src/js/ProductScreen.js | 0 addons/pos_mercury/static/src/js/pos_mercury.js | 0 6 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 addons/pos_mercury/static/src/js/OrderReceipt.js mode change 100644 => 100755 addons/pos_mercury/static/src/js/PaymentScreen.js mode change 100644 => 100755 addons/pos_mercury/static/src/js/PaymentScreenPaymentLines.js mode change 100644 => 100755 addons/pos_mercury/static/src/js/PaymentTransactionPopup.js mode change 100644 => 100755 addons/pos_mercury/static/src/js/ProductScreen.js mode change 100644 => 100755 addons/pos_mercury/static/src/js/pos_mercury.js (limited to 'addons/pos_mercury/static/src/js') diff --git a/addons/pos_mercury/static/src/js/OrderReceipt.js b/addons/pos_mercury/static/src/js/OrderReceipt.js old mode 100644 new mode 100755 diff --git a/addons/pos_mercury/static/src/js/PaymentScreen.js b/addons/pos_mercury/static/src/js/PaymentScreen.js old mode 100644 new mode 100755 diff --git a/addons/pos_mercury/static/src/js/PaymentScreenPaymentLines.js b/addons/pos_mercury/static/src/js/PaymentScreenPaymentLines.js old mode 100644 new mode 100755 diff --git a/addons/pos_mercury/static/src/js/PaymentTransactionPopup.js b/addons/pos_mercury/static/src/js/PaymentTransactionPopup.js old mode 100644 new mode 100755 diff --git a/addons/pos_mercury/static/src/js/ProductScreen.js b/addons/pos_mercury/static/src/js/ProductScreen.js old mode 100644 new mode 100755 diff --git a/addons/pos_mercury/static/src/js/pos_mercury.js b/addons/pos_mercury/static/src/js/pos_mercury.js old mode 100644 new mode 100755 -- cgit v1.2.3