Changeset 3230646
- Timestamp:
- 01/28/2025 03:07:36 PM (14 months ago)
- Location:
- robokassa/trunk
- Files:
-
- 3 edited
-
assets/js/admin-payment.js (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
wp_robokassa.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
robokassa/trunk/assets/js/admin-payment.js
r2983991 r3230646 13 13 } 14 14 15 if (sno.options[sno.selectedIndex].value === 'osn') { 15 if ( 16 sno.options[sno.selectedIndex].value === 'osn' || 17 sno.options[sno.selectedIndex].value === 'usn_income' || 18 sno.options[sno.selectedIndex].value === 'usn_income_outcome' 19 ) { 16 20 document.getElementById("tax").style.display = 'table-row'; 17 21 } else { -
robokassa/trunk/readme.txt
r3212588 r3230646 126 126 127 127 = 1.6.5 = 128 * Добавлена возможность выбора налоговой ставки для УСН 129 130 = 1.6.5 = 128 131 * Добавлены ставки НДС 5%, 7%, 5/105, 7/107 129 132 -
robokassa/trunk/wp_robokassa.php
r3212588 r3230646 6 6 * Author: Robokassa 7 7 * Author URI: https://robokassa.com 8 * Version: 1.6. 58 * Version: 1.6.6 9 9 */ 10 10
Note: See TracChangeset
for help on using the changeset viewer.