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. Darin and PauloV 2
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
Paul Posted October 10, 2014 Report Posted October 10, 2014 Good idea, CORE-1467 PauloV, Michael, gutterboy and 2 others 5
Blesta Addons Posted October 10, 2014 Report Posted October 10, 2014 On 10/10/2014 at 4:26 PM, Paul said: Good idea, CORE-1467 Fix Version/s: None
Paul Posted October 10, 2014 Report Posted October 10, 2014 On 10/10/2014 at 6:05 PM, naja7host said: 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 PauloV, Daniel B and Michael 3
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. Darin and Michael 2
Michael Posted October 20, 2014 Report Posted October 20, 2014 On 10/20/2014 at 3:44 PM, gutterboy said: 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 gutterboy and Darin 2
gutterboy Posted October 21, 2014 Report Posted October 21, 2014 On 10/20/2014 at 3:53 PM, Licensecart said: 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
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now