Skip to content

Commit

Permalink
Catalog added. Concerns fgaudin#248.
Browse files Browse the repository at this point in the history
  • Loading branch information
fgaudin committed Dec 2, 2011
1 parent 08e6b97 commit c5e69c1
Show file tree
Hide file tree
Showing 16 changed files with 1,193 additions and 217 deletions.
3 changes: 3 additions & 0 deletions accounts/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,11 @@ class Meta:

def __init__(self, *args, **kwargs):
super(InvoiceRowForm, self).__init__(*args, **kwargs)
self.fields['label'].widget.attrs['class'] = 'label-field'
self.fields['proposal'].widget.attrs['class'] = 'proposal-field'
self.fields['balance_payments'].widget.attrs['class'] = 'balance-payments-field'
self.fields['category'].widget.attrs['class'] = 'category-field'
self.fields['quantity'].widget.attrs['class'] = 'quantity-field'
self.fields['unit_price'].widget.attrs['class'] = 'unit-price-field'
self.fields['vat_rate'].widget.attrs['class'] = 'vat-rate-field'
self.fields['detail'].widget.attrs['class'] = 'row-detail'
Binary file modified locale/en/LC_MESSAGES/django.mo
Binary file not shown.
Loading

0 comments on commit c5e69c1

Please sign in to comment.