fix print and preview quote and add broker to req and complete company model.
This commit is contained in:
parent
5ce94214d5
commit
246a2c0759
19 changed files with 872 additions and 260 deletions
|
@ -237,6 +237,7 @@ def create_request_with_entities(request):
|
|||
well=well,
|
||||
representative=representative_user,
|
||||
requester=request.user,
|
||||
broker=request.user.profile.broker if request.user.profile else None,
|
||||
status='pending',
|
||||
priority='medium',
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue