-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v15 can't classify "billed" in order after upgrade from 14.0.3 #20191
Comments
What do you mean with "can't". Do you have an error message ? Which one ? When ? What is the current behaviour ? |
Hi That is mean that you can see the button " CLASSIFY BILLED " button . |
I had this error and it seemed to relate to the new signatures function. I commented out the signature code and that then allowed me to classify as billed. |
Commenting out the getOnlineSignatureUrl() function allows an order to be classed as billed. PHP Fatal error: Uncaught Error: Call to undefined function getOnlineSignatureUrl() in /var/www/dolibarr/htdocs/core/lib/functions.lib.php:7273\nStack trace:\n#0 /var/www/dolibarr/htdocs/core/modules/propale/doc/doc_generic_proposal_odt.modules.php(407): getCommonSubstitutionArray()\n#1 /var/www/dolibarr/htdocs/core/class/commonobject.class.php(5297): doc_generic_proposal_odt->write_file()\n#2 /var/www/dolibarr/htdocs/comm/propal/class/propal.class.php(3738): CommonObject->commonGenerateDocument()\n#3 /var/www/dolibarr/htdocs/comm/propal/class/propal.class.php(2679): Propal->generateDocument()\n#4 /var/www/dolibarr/htdocs/core/triggers/interface_20_modWorkflow_WorkflowManager.class.php(126): Propal->classifyBilled()\n#5 /var/www/dolibarr/htdocs/core/class/interfaces.class.php(183): InterfaceWorkflowManager->runTrigger()\n#6 /var/www/dolibarr/htdocs/core/class/commonobject.class.php(5559): Interfaces->run_triggers()\n#7 /var/www/dolibarr/htdocs/commande/class/commande.class.php(2954): CommonObject->call_trigger()\n#8 /var/www/dolibarr/htdocs/commande/card.php(506): Commande->classifyBilled()\n#9 {main}\n thrown in /var/www/dolibarr/htdocs/core/lib/functions.lib.php on line 7273 |
Hello, Seems linked to the workflow module. Fatal error : Uncaught Error: Call to undefined function getOnlineSignatureUrl() in /home/berlintr/public_html/dolibarr/core/lib/functions.lib.php:7273 Stack trace: |
@ksar-ksar @eldy @ojt1998 @trekmorris it's fixed here : #20610 |
This issue is stale because it has been open 1 year with no activity. If this is a bug, please comment to confirm it is still present on latest stable version. if this is a feature request, please comment to notify the request is still relevant and not yet covered by latest stable version. This issue may be closed automatically by stale bot in 10 days (you should still be able to re-open it if required). |
Bug
Can't classify the order status to " billed " .
Environment Version
v15.0.0
Environment OS
windows 7
Environment Web server
Apache/2.4.38 Apache/2.4.41
Environment PHP
7.4.1
Environment Database
MariaDB 5.5.5-10.4.1
Environment URL(s)
commande/card.php?id=144&save_lastsearch_values=1
Expected and actual behavior
Should can classify the order to " billed " , if the user hasve the permission .
Steps to reproduce the behavior
In windows system and upgrade to v 15 then try to classify the order to billed status .
Attached files
No response
The text was updated successfully, but these errors were encountered: