mirror of
https://github.com/odoo/documentation.git
synced 2025-12-12 07:29:27 +07:00
[IMP] accounting: cheat sheet styles
closes odoo/documentation#13220
X-original-commit: c97f57ee93
Signed-off-by: Ruben Gomes (rugo) <rugo@odoo.com>
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
update_btn();
|
||||
|
||||
function update_btn() {
|
||||
var $reconcile = $('<button class="btn btn-success" type="button">')
|
||||
var $reconcile = $('<button class="btn btn-secondary" type="button">')
|
||||
.text("Next Reconcile")
|
||||
.appendTo($buttons.empty())
|
||||
switch (state) {
|
||||
|
||||
Reference in New Issue
Block a user