Jump to content

Hide Invoice Method Change Box If Only One Method Is Available


Jonathan

Recommended Posts

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 :P

Link to comment
Share on other sites

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 :)

Link to comment
Share on other sites

  • 2 weeks later...

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. :)

Link to comment
Share on other sites

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 :D

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...