Code Monkey home page Code Monkey logo

Comments (13)

lrq3000 avatar lrq3000 commented on June 29, 2024

from dolibarr_customfields.

saikatkoley avatar saikatkoley commented on June 29, 2024

sure i faced this problem on version 4.02 and the latest one

from dolibarr_customfields.

lrq3000 avatar lrq3000 commented on June 29, 2024

from dolibarr_customfields.

saikatkoley avatar saikatkoley commented on June 29, 2024

ok thanks and also thanks for your quick reply. please do it in hurry if possible

from dolibarr_customfields.

saikatkoley avatar saikatkoley commented on June 29, 2024

Hi i solved this problem. Basically i am facing this problem when i am trying to create any text field. Like i created two text field into Third party module. So when i am creating a new third party then it's showing 4 field. Which must be two. So how i solved ? I don't know is it the right process or not but i did comment out the line print $hookmanager->resPrint; in the file "soc.php"

from dolibarr_customfields.

saikatkoley avatar saikatkoley commented on June 29, 2024

How to make a checkbox field in dolibarr like this
dolicheckbox

from dolibarr_customfields.

lrq3000 avatar lrq3000 commented on June 29, 2024

from dolibarr_customfields.

yohanesps avatar yohanesps commented on June 29, 2024

Hi,can you help me?
i have a duplicate value in line customer order.
i'm using Dolibarr 4.0.4.
thx in advanced...
screen shot 2017-03-15 at 8 34 35 pm

from dolibarr_customfields.

saikatkoley avatar saikatkoley commented on June 29, 2024

from dolibarr_customfields.

yohanesps avatar yohanesps commented on June 29, 2024

hi,saikatkoley
i did your solution,but nothing happen.and it is for part of societe module.
btw thx for trying to help.

Hi i solved this problem. Basically i am facing this problem when i am trying to create any text field. Like i created two text field into Third party module. So when i am creating a new third party then it's showing 4 field. Which must be two. So how i solved ? I don't know is it the right process or not but i did comment out the line print $hookmanager->resPrint; in the file "soc.php"

from dolibarr_customfields.

yohanesps avatar yohanesps commented on June 29, 2024

[SOLVED]
hi,saikatkoley.
thx for giving a hint btw.
i solved this like you did by comment the line print $hookmanager->resPrint; in the file objectline_create.tpl.php
at line 209.but i think it is a temporary solution because i think it will affect the supplier order line.need to do some more logic.

if (is_object($hookmanager) && empty($senderissupplier)) { $parameters=array('fk_parent_line'=>GETPOST('fk_parent_line','int')); $reshook=$hookmanager->executeHooks('formCreateProductOptions',$parameters,$object,$action); if (!empty($hookmanager->resPrint)) { //print $hookmanager->resPrint; } }

from dolibarr_customfields.

saikatkoley avatar saikatkoley commented on June 29, 2024

from dolibarr_customfields.

edubuc avatar edubuc commented on June 29, 2024

Thanks for the workaround, I got the same issue on 4.0, I hope the module developper will soon fix it

from dolibarr_customfields.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.