Jonathan Posted October 10, 2014 Report Posted October 10, 2014 It's pretty self explanatory, no need to display it if only one option is available. PauloV and Darin 2 Quote
PauloV Posted October 10, 2014 Report Posted October 10, 2014 This was alredy asked wen Blesta 3.2 was releaded and in 2013 here: http://www.blesta.com/forums/index.php?/topic/789-select-invoice-type-visibility-generate-password-visibility/?hl=currently+receiving+invoices But still no implementio yest We also like a way in core to hide or disable the link in the left widgets "Automatic Payment" and "Invoice Delivery" if there is only one Invoice Delevry way and the "Automatic payment Accounts" is disable. +++++ 1 Quote
Paul Posted October 10, 2014 Report Posted October 10, 2014 Good idea, CORE-1467 Daniel B, PauloV, gutterboy and 2 others 5 Quote
Blesta Addons Posted October 10, 2014 Report Posted October 10, 2014 Good idea, CORE-1467 Fix Version/s: None Quote
Paul Posted October 10, 2014 Report Posted October 10, 2014 Fix Version/s: None Almost everything is now being assigned to no fix version, so that we can add them to a specific release as we plan out sprints. Previously, all tasks were assigned the next release, and then shoveled to the subsequent release if not completed.. it's not the right way to do it, and it's too messy. So, we're getting more organized Michael, Daniel B and PauloV 3 Quote
gutterboy Posted October 20, 2014 Report Posted October 20, 2014 For those comfortable editing their css I have in the mean time done this with: .row .col-md-3 .list-group a[href='/billing/client/main/invoicemethod/'] { display: none; } If you want to hide the auto payment box too you can just change it to: .row .col-md-3 .list-group a[href='/billing/client/main/invoicemethod/'], .row .col-md-3 .list-group a[href='/billing/client/accounts/'] { display: none; } Note: If your Blesta installation is not installed into the billing directory, you will need to change the word "billing" to the name of your installed directory. Michael and Darin 2 Quote
Michael Posted October 20, 2014 Report Posted October 20, 2014 For those comfortable editing their css I have in the mean time done this with: .row .col-md-3 .list-group a[href='/billing/client/main/invoicemethod/'] { display: none; } If you want to hide the auto payment box too you can just change it to: .row .col-md-3 .list-group a[href='/billing/client/main/invoicemethod/'], .row .col-md-3 .list-group a[href='/billing/client/accounts/'] { display: none; } Note: If your Blesta installation is not installed into the billing directory, you will need to change the word "billing" to the name of your installed directory. You can do so with the CSS toolkit so you don't need to keep editing it Darin and gutterboy 2 Quote
gutterboy Posted October 21, 2014 Report Posted October 21, 2014 You can do so with the CSS toolkit so you don't need to keep editing it We use our own template so not a big issue haha Michael 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.